-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/hashicorp/vault/api/auth/aws to v0.8.0
- Loading branch information
1 parent
b7d5ef6
commit d2ca8d2
Showing
2 changed files
with
217 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,194 @@ | ||
module github.com/mitodl/vault-raft-backup | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.55.5 | ||
github.com/hashicorp/vault/api v1.15.0 | ||
github.com/hashicorp/vault/api/auth/aws v0.8.0 | ||
) | ||
|
||
require ( | ||
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898 // indirect | ||
cloud.google.com/go v0.34.0 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/DataDog/datadog-go v3.2.0+incompatible // indirect | ||
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect | ||
github.com/Microsoft/hcsshim v0.8.9 // indirect | ||
github.com/aws/aws-sdk-go v1.55.5 | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect | ||
github.com/antihax/optional v1.0.0 // indirect | ||
github.com/armon/go-metrics v0.3.9 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bgentry/speakeasy v0.1.0 // indirect | ||
github.com/cenkalti/backoff/v3 v3.0.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect | ||
github.com/circonus-labs/circonusllhist v0.1.3 // indirect | ||
github.com/client9/misspell v0.3.4 // indirect | ||
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect | ||
github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158 // indirect | ||
github.com/containerd/cgroups v0.0.0-20190919134610-bf292b21730f // indirect | ||
github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1 // indirect | ||
github.com/containerd/containerd v1.3.4 // indirect | ||
github.com/containerd/continuity v0.0.0-20200709052629-daa8e1ccc0bc // indirect | ||
github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 // indirect | ||
github.com/containerd/go-runc v0.0.0-20180907222934-5a6d9f37cfa3 // indirect | ||
github.com/containerd/ttrpc v0.0.0-20190828154514-0e0f228740de // indirect | ||
github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd // indirect | ||
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect | ||
github.com/creack/pty v1.1.9 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v1.4.2-0.20200319182547-c7ad2b866182 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4 // indirect | ||
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect | ||
github.com/evanphx/json-patch/v5 v5.5.0 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/frankban/quicktest v1.13.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/go-asn1-ber/asn1-ber v1.3.1 // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.1 // indirect | ||
github.com/go-kit/kit v0.9.0 // indirect | ||
github.com/go-ldap/ldap/v3 v3.1.10 // indirect | ||
github.com/go-logfmt/logfmt v0.4.0 // indirect | ||
github.com/go-sql-driver/mysql v1.5.0 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/go-test/deep v1.0.2 // indirect | ||
github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e // indirect | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/golang/mock v1.1.1 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/gofuzz v1.0.0 // indirect | ||
github.com/google/uuid v1.1.2 // indirect | ||
github.com/gorilla/mux v1.7.4 // indirect | ||
github.com/hashicorp/vault/api v1.3.0 | ||
github.com/hashicorp/vault/api/auth/aws v0.1.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-hclog v1.6.3 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
github.com/hashicorp/go-kms-wrapping/entropy v0.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-plugin v1.4.3 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.2 // indirect | ||
github.com/hashicorp/go-secure-stdlib/awsutil v0.1.6 // indirect | ||
github.com/hashicorp/go-secure-stdlib/base62 v0.1.1 // indirect | ||
github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 // indirect | ||
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect | ||
github.com/hashicorp/go-secure-stdlib/password v0.1.1 // indirect | ||
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect | ||
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.1 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.2 // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/hashicorp/go-version v1.2.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/vault/sdk v0.3.0 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jessevdk/go-flags v1.4.0 // indirect | ||
github.com/jhump/protoreflect v1.6.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/jmespath/go-jmespath/internal/testify v1.5.1 // indirect | ||
github.com/json-iterator/go v1.1.9 // indirect | ||
github.com/julienschmidt/httprouter v1.2.0 // indirect | ||
github.com/kisielk/errcheck v1.2.0 // indirect | ||
github.com/kisielk/gotool v1.0.0 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect | ||
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/kr/pty v1.1.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/mitchellh/cli v1.0.0 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect | ||
github.com/natefinch/atomic v1.0.1 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.10.1 // indirect | ||
github.com/onsi/gomega v1.7.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.0.1 // indirect | ||
github.com/opencontainers/runc v0.1.1 // indirect | ||
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700 // indirect | ||
github.com/pascaldekloe/goe v0.1.0 // indirect | ||
github.com/pierrec/lz4 v2.5.2+incompatible // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/posener/complete v1.1.1 // indirect | ||
github.com/prometheus/client_golang v1.4.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.9.1 // indirect | ||
github.com/prometheus/procfs v0.0.8 // indirect | ||
github.com/rogpeppe/fastuuid v1.2.0 // indirect | ||
github.com/rogpeppe/go-internal v1.6.1 // indirect | ||
github.com/ryanuber/columnize v2.1.0+incompatible // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.4.2 // indirect | ||
github.com/spf13/cobra v0.0.2-0.20171109065643-2da4a54c5cee // indirect | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/stretchr/testify v1.8.4 // indirect | ||
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect | ||
github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 // indirect | ||
github.com/yuin/goldmark v1.4.13 // indirect | ||
go.opencensus.io v0.22.0 // indirect | ||
go.opentelemetry.io/proto/otlp v0.7.0 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
golang.org/x/crypto v0.23.0 // indirect | ||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 // indirect | ||
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect | ||
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/term v0.20.0 // indirect | ||
golang.org/x/text v0.15.0 // indirect | ||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.4.0 // indirect | ||
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect | ||
google.golang.org/grpc v1.41.0 // indirect | ||
google.golang.org/protobuf v1.26.0 // indirect | ||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/errgo.v2 v2.1.0 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect | ||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
gotest.tools v2.2.0+incompatible // indirect | ||
gotest.tools/v3 v3.0.2 // indirect | ||
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect | ||
) |
Oops, something went wrong.