Skip to content

Commit

Permalink
Tidy go.mod
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Hughes <34972397+matthewhughes934@users.noreply.github.com>
Signed-off-by: Petr Korobeinikov <pkorobeinikov@gmail.com>
  • Loading branch information
petr-korobeinikov and matthewhughes934 committed Mar 8, 2024
1 parent ae73762 commit dac2322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -8,6 +8,7 @@ require (
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.24.0
golang.org/x/mod v0.8.0
golang.org/x/sync v0.1.0
golang.org/x/tools v0.6.0
gopkg.in/yaml.v3 v3.0.1
Expand All @@ -19,6 +20,5 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)

0 comments on commit dac2322

Please sign in to comment.