Skip to content

Commit

Permalink
Update sdk and go mod vendor (#10366)
Browse files Browse the repository at this point in the history
* update sdk and go mod vendor

* update go version
  • Loading branch information
raskchanky authored Nov 10, 2020
1 parent 5e6e246 commit 7ce0bd9
Show file tree
Hide file tree
Showing 8 changed files with 2,360 additions and 2,354 deletions.
475 changes: 239 additions & 236 deletions .circleci/config.yml

Large diffs are not rendered by default.

445 changes: 224 additions & 221 deletions .circleci/config/@build-release.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ require (
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.2.0
github.com/hashicorp/vault-plugin-secrets-openldap v0.3.0
github.com/hashicorp/vault/api v1.0.5-0.20201001211907-38d91b749c77
github.com/hashicorp/vault/sdk v0.1.14-0.20201102175510-1b2480db320d
github.com/hashicorp/vault/sdk v0.1.14-0.20201109203410-5e6e24692b32
github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4
github.com/jcmturner/gokrb5/v8 v8.0.0
github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f
Expand Down
664 changes: 332 additions & 332 deletions packages-oss.lock/layers/layers.mk

Large diffs are not rendered by default.

3,122 changes: 1,561 additions & 1,561 deletions packages-oss.lock/pkgs.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inputs:
PRODUCT_VERSION: 0.0.0-snapshot

# GO_VERSION is the version of the Go toolchain to use to compile this package.
GO_VERSION: 1.15.3
GO_VERSION: 1.15.4

# YARN_VERSION is the version of Yarn to install for the UI layer.
YARN_VERSION: 1.19.1-1
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ github.com/hashicorp/vault-plugin-secrets-openldap
github.com/hashicorp/vault-plugin-secrets-openldap/client
# github.com/hashicorp/vault/api v1.0.5-0.20201001211907-38d91b749c77 => ./api
github.com/hashicorp/vault/api
# github.com/hashicorp/vault/sdk v0.1.14-0.20201102175510-1b2480db320d => ./sdk
# github.com/hashicorp/vault/sdk v0.1.14-0.20201109203410-5e6e24692b32 => ./sdk
github.com/hashicorp/vault/sdk/database/dbplugin
github.com/hashicorp/vault/sdk/database/dbplugin/v5
github.com/hashicorp/vault/sdk/database/dbplugin/v5/proto
Expand Down

0 comments on commit 7ce0bd9

Please sign in to comment.