Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v0.4.1-0.202107150814

require (
github.com/apparentlymart/go-cidr v1.1.0
github.com/aws/amazon-vpc-cni-k8s v1.8.0
github.com/aws/amazon-vpc-cni-k8s v1.12.1
github.com/aws/aws-lambda-go v1.24.0
github.com/aws/aws-sdk-go v1.39.2
github.com/aws/aws-sdk-go v1.43.29
github.com/awslabs/goformation/v4 v4.19.5
github.com/blang/semver v3.5.1+incompatible
github.com/go-logr/logr v0.4.0
Expand All @@ -18,14 +18,14 @@ require (
github.com/google/gofuzz v1.2.0
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2 // indirect
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.14.0
github.com/onsi/gomega v1.22.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/sergi/go-diff v1.2.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.1.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.21.2
k8s.io/apiextensions-apiserver v0.21.2
Expand Down
Loading