Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit c9ce7cd

Browse files
Dep/dependency upgrade staging (#43)
* chore(deps): bump rtCamp/action-slack-notify from v2.1.0 to v2.1.2 (#39) Bumps [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify) from v2.1.0 to v2.1.2. - [Release notes](https://github.com/rtCamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@v2.1.0...ae42232) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/aws/aws-sdk-go in /v3 (#40) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.35.11 to 1.37.0. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-go@v1.35.11...v1.37.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/google/go-cmp from 0.5.1 to 0.5.4 in /v3 (#41) Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.1 to 0.5.4. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.5.1...v0.5.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/vault/api in /v3 (#42) Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.0.1 to 1.0.4. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/master/CHANGELOG.md) - [Commits](hashicorp/vault@v1.0.1...api/v1.0.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4ce86b commit c9ce7cd

File tree

433 files changed

+11454
-59519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

433 files changed

+11454
-59519
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
verbose: true
5151
- name: Slack notification when master build fails
5252
if: ${{ failure() && github.ref == 'refs/heads/master'}}
53-
uses: rtCamp/[email protected].0
53+
uses: rtCamp/[email protected].2
5454
env:
5555
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
5656
SLACK_CHANNEL: cerberus-alerts

v3/go.mod

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,20 @@ module github.com/Nike-Inc/cerberus-go-client/v3
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go v1.35.11
6+
github.com/aws/aws-sdk-go v1.37.0
77
github.com/cenkalti/backoff v2.2.1+incompatible
8-
github.com/google/go-cmp v0.5.1
8+
github.com/google/go-cmp v0.5.4
99
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
1010
github.com/hashicorp/go-multierror v1.1.0 // indirect
1111
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
12-
github.com/hashicorp/vault/api v1.0.1
12+
github.com/hashicorp/vault/api v1.0.4
1313
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1414
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
1515
github.com/sirupsen/logrus v1.7.0
1616
github.com/smartystreets/goconvey v1.6.4
1717
github.com/stretchr/testify v1.6.1 // indirect
1818
github.com/taskcluster/httpbackoff v1.0.0
1919
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
20-
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
21-
golang.org/x/text v0.3.3 // indirect
2220
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
2321
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2422
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect

v3/go.sum

+37-26
Large diffs are not rendered by default.

v3/vendor/github.com/aws/aws-sdk-go/aws/config.go

+25-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v3/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go

+58-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)