Skip to content

Commit

Permalink
modify go mod
Browse files Browse the repository at this point in the history
Former-commit-id: ab0bc1b
Former-commit-id: 414be572dd56d8f475a3c7f6ed878b1c93956179
  • Loading branch information
breadchris committed Mar 5, 2022
1 parent e1d7d2b commit 614c130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunatrace/cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ require (
github.com/rs/zerolog v1.26.1
github.com/urfave/cli/v2 v2.3.0
go.uber.org/config v1.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
lunasec/lunatrace/inventory v0.0.0-00010101000000-000000000000
)

Expand Down Expand Up @@ -105,4 +104,5 @@ require (
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

0 comments on commit 614c130

Please sign in to comment.