Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
axl1232 committed Jul 4, 2024
1 parent 80f5e8f commit 1adc9df
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 @@ -16,6 +16,7 @@ require (
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/xdg/scram v1.0.3
go.uber.org/zap v1.18.1
google.golang.org/protobuf v1.33.0
)

require (
Expand Down Expand Up @@ -55,7 +56,6 @@ require (
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down

0 comments on commit 1adc9df

Please sign in to comment.