Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Apr 15, 2024
1 parent 8fe5957 commit 3f1d3b3
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 @@ -11,6 +11,7 @@ require (
github.com/matryer/is v1.4.1
github.com/mitchellh/mapstructure v1.5.0
go.uber.org/goleak v1.3.0
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
golang.org/x/tools v0.20.0
google.golang.org/protobuf v1.33.0
mvdan.cc/gofumpt v0.6.0
Expand Down Expand Up @@ -229,7 +230,6 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
Expand Down

0 comments on commit 3f1d3b3

Please sign in to comment.