Skip to content

Commit

Permalink
Merge pull request #1 from quintoandar/CCS-1204_imdsv2
Browse files Browse the repository at this point in the history
Ccs 1204 imdsv2
  • Loading branch information
felipemadeiros-5a authored May 6, 2024
2 parents 4aa220e + d40fd9e commit cded867
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 168 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Folders
_obj
_test
.idea

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down
43 changes: 14 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,35 +1,20 @@
module github.com/jtblin/kube2iam

go 1.14
go 1.16

require (
github.com/aws/aws-sdk-go v1.8.7
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/karlseguin/ccache v2.0.1-0.20160708030345-2f6b517f7bea+incompatible
github.com/karlseguin/expect v1.0.1 // 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/aws/aws-sdk-go v1.44.162
github.com/cenk/backoff v2.2.1+incompatible
github.com/coreos/go-iptables v0.6.0
github.com/gorilla/mux v1.8.0
github.com/karlseguin/ccache v2.0.3+incompatible
github.com/prometheus/client_golang v1.11.0
github.com/ryanuber/go-glob v1.0.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // 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
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
)

require github.com/karlseguin/expect v1.0.8 // indirect
Loading

0 comments on commit cded867

Please sign in to comment.