Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1r committed Dec 2, 2024
1 parent 7c33142 commit 6ce04a3
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 @@ -146,6 +146,7 @@ require (
golang.org/x/oauth2 v0.24.0
golang.org/x/text v0.20.0
google.golang.org/protobuf v1.35.2
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
k8s.io/apimachinery v0.31.3
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078
Expand Down Expand Up @@ -189,7 +190,6 @@ require (
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

require (
Expand Down

0 comments on commit 6ce04a3

Please sign in to comment.