Skip to content

Commit

Permalink
Backport update deps (#46) (#47)
Browse files Browse the repository at this point in the history
Also test on go 1.17.2
  • Loading branch information
tvoran authored Oct 28, 2021
1 parent 42f3ef3 commit 3321dc9
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 79 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ version: 2.1

references:
images:
golang: &GO_IMAGE circleci/golang:1.15
golang: &GO_IMAGE docker.mirror.hashicorp.services/cimg/go:1.17.2

jobs:
make-test:
docker:
- image: *GO_IMAGE
environment:
GO111MODULE: "on"
working_directory: /go/src/github.com/hashicorp/vault-plugin-auth-azure
steps:
- checkout
- run: make test
Expand Down
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/hashicorp/vault-plugin-auth-azure
go 1.15

require (
github.com/Azure/azure-sdk-for-go v51.1.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.17
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
github.com/Azure/azure-sdk-for-go v58.3.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.21
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
github.com/Azure/go-autorest/autorest/to v0.4.0
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/hashicorp/errwrap v1.1.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/vault/api v1.0.5-0.20200215224050-f6547fa8e820
github.com/hashicorp/vault/sdk v0.1.14-0.20200215224050-f6547fa8e820
github.com/hashicorp/go-hclog v1.0.0
github.com/hashicorp/vault/api v1.3.0
github.com/hashicorp/vault/sdk v0.3.0
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
)
Loading

0 comments on commit 3321dc9

Please sign in to comment.