Skip to content

Commit

Permalink
After make gotidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrytfleung committed Apr 5, 2024
1 parent c769ae2 commit 81bde10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/solarwindsapmsettingsextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require (
go.opentelemetry.io/otel/metric v1.24.0
go.opentelemetry.io/otel/trace v1.24.0
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.62.1
)

require (
Expand Down Expand Up @@ -44,7 +45,6 @@ require (
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 81bde10

Please sign in to comment.