Skip to content

Commit

Permalink
revert add aws pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Aug 24, 2024
1 parent 23f5a94 commit 4764011
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 73 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ require (
)

require (
github.com/aws/aws-sdk-go v1.51.17 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
sigs.k8s.io/cluster-api-provider-aws/v2 v2.6.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/stretchr/testify v1.9.0 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
)

require (
Expand Down Expand Up @@ -84,7 +85,6 @@ require (
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
Expand Down Expand Up @@ -132,7 +132,6 @@ require (
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.18.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
Loading

0 comments on commit 4764011

Please sign in to comment.