Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump AWS SDK to support more AWS partitions #340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
14 changes: 4 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,35 +1,29 @@
module github.com/jtblin/kube2iam

go 1.14
go 1.16

require (
github.com/aws/aws-sdk-go v1.8.7
github.com/aws/aws-sdk-go v1.44.27
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/cenk/backoff v1.0.1-0.20160904140958-8edc80b07f38
github.com/coreos/go-iptables v0.1.0
github.com/go-ini/ini v0.0.0-20151119163333-2e44421e256d // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v0.0.0-20160920230813-757bef944d0f
github.com/jmespath/go-jmespath v0.0.0-20151117175822-3433f3ea46d9 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/karlseguin/ccache v2.0.1-0.20160708030345-2f6b517f7bea+incompatible
github.com/karlseguin/expect v1.0.1 // indirect
github.com/mattn/goveralls v0.0.5 // indirect
github.com/mattn/goveralls v0.0.11 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_golang v0.9.0-pre1
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 // indirect
github.com/prometheus/common v0.0.0-20180312112859-e4aa40a9169a // indirect
github.com/prometheus/procfs v0.0.0-20180310141954-54d17b57dd7d // indirect
github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
github.com/sirupsen/logrus v1.0.6
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/pflag v1.0.5
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.17.3
Expand Down
Loading