Skip to content

Commit

Permalink
Update go.mod with missing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dennislapchenko committed Mar 20, 2023
1 parent e105a69 commit c3ebc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.7.2
github.com/zclconf/go-cty v1.12.1
golang.org/x/sync v0.1.0
)

Expand Down Expand Up @@ -38,7 +39,6 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/zclconf/go-cty v1.12.1 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.7.0 // indirect
Expand Down

0 comments on commit c3ebc7d

Please sign in to comment.