Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Oct 5, 2023
1 parent ecf08f8 commit 24be81a
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 @@ -80,6 +80,7 @@ require (
github.com/docker/docker v24.0.5+incompatible
github.com/mitchellh/mapstructure v1.5.0
github.com/testcontainers/testcontainers-go v0.22.0
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
)

Expand Down Expand Up @@ -238,7 +239,6 @@ require (
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
Expand Down

0 comments on commit 24be81a

Please sign in to comment.