Skip to content

Commit

Permalink
bumping deps (#514)
Browse files Browse the repository at this point in the history
* bumping deps

* fixed deprecated aws value | acceptance docker init
  • Loading branch information
ggarri authored Feb 16, 2022
1 parent 07095b9 commit 1381b18
Show file tree
Hide file tree
Showing 6 changed files with 890 additions and 29 deletions.
33 changes: 13 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,32 @@ go 1.16

require (
github.com/Azure/azure-sdk-for-go v52.5.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.18
github.com/Azure/go-autorest/autorest v0.11.24
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
github.com/Azure/go-autorest/autorest/date v0.3.0
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/auth0/go-jwt-middleware/v2 v2.0.0-beta.1
github.com/aws/aws-sdk-go v1.38.41
github.com/cenkalti/backoff/v4 v4.0.2
github.com/aws/aws-sdk-go v1.40.45
github.com/cenkalti/backoff/v4 v4.1.1
github.com/consensys/gnark-crypto v0.5.0
github.com/consensys/quorum v2.7.0+incompatible
github.com/containerd/containerd v1.4.11 // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
github.com/docker/docker v20.10.12+incompatible
github.com/docker/go-connections v0.4.0
github.com/ethereum/go-ethereum v1.10.13
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/go-kit/kit v0.10.0
github.com/go-kit/kit v0.12.0
github.com/go-pg/pg/v10 v10.10.1
github.com/go-playground/validator/v10 v10.5.0
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/mock v1.5.0
github.com/google/uuid v1.2.0 // indirect
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/golang/mock v1.6.0
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-retryablehttp v0.6.4
github.com/hashicorp/vault/api v1.0.4
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-retryablehttp v0.6.6
github.com/hashicorp/vault/api v1.3.1
github.com/justinas/alice v1.2.0
github.com/lib/pq v1.10.1
github.com/magefile/mage v1.10.0 // indirect
Expand All @@ -48,14 +44,11 @@ require (
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
go.elastic.co/ecszap v1.0.0
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect
google.golang.org/grpc v1.37.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.21.0
Expand Down
Loading

0 comments on commit 1381b18

Please sign in to comment.