Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/hashicorp/terraform v0.12.18
github.com/jhump/protoreflect v1.15.1
github.com/mitchellh/cli v1.1.5
github.com/protoconf/libprotoconf v0.0.0-20211017074511-4cffcc3620de
github.com/protoconf/libprotoconf v0.1.0
github.com/protoconf/protoconf v0.1.7
github.com/smintz/keygroup v0.1.0
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/protoconf/libprotoconf v0.0.0-20211017074511-4cffcc3620de h1:lfWOezApDeynrIY38AouCegSmku27LTyMSntRU8kmt0=
github.com/protoconf/libprotoconf v0.0.0-20211017074511-4cffcc3620de/go.mod h1:17+zlBLHB+LpAxBqspUHK2MLmpBbHq4A6wkZ7iagW1E=
github.com/protoconf/libprotoconf v0.1.0 h1:Bb8GV6CU3DTPlpf2AuP34JRk9B6C+KNkT9CQ8IorTgE=
github.com/protoconf/libprotoconf v0.1.0/go.mod h1:17+zlBLHB+LpAxBqspUHK2MLmpBbHq4A6wkZ7iagW1E=
github.com/protoconf/protoconf v0.1.7 h1:qa2tM5ltSonYEQFdJNClB4TH5PB1jnCqp2/GLD4RDRE=
github.com/protoconf/protoconf v0.1.7/go.mod h1:WczqUWu57i4z8okvOVb+4+p94h3RkJW59nmuXZq810U=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
Expand Down