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

Commit

Permalink
Merge pull request #180 from Nike-Inc/dep/dependency_upgrade_staging
Browse files Browse the repository at this point in the history
Dep/dependency upgrade staging
  • Loading branch information
jharen authored Oct 26, 2022
2 parents 2cda75b + 7334285 commit 7a41f89
Show file tree
Hide file tree
Showing 236 changed files with 16,582 additions and 3,659 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd go/src/cerberus-go-client/v3
make test 2>&1
- name: Upload coverage report to CodeCov
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
with:
file: go/src/cerberus-go-client/coverage.txt # optional
fail_ci_if_error: true # optional (default = false)
Expand Down
2 changes: 1 addition & 1 deletion v3/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

// ClientHeader is the header version for all requests. It should be updated on version bumps
const ClientHeader = "CerberusGoClient/3.0.8"
const ClientHeader = "CerberusGoClient/3.0.9"

// AuthStatus is the status of a UserAuthResponse
type AuthStatus string
Expand Down
18 changes: 9 additions & 9 deletions v3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/Nike-Inc/cerberus-go-client/v3
go 1.17

require (
github.com/aws/aws-sdk-go v1.44.89
github.com/aws/aws-sdk-go v1.44.123
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/google/go-cmp v0.5.8
github.com/hashicorp/vault/api v1.5.0
github.com/google/go-cmp v0.5.9
github.com/hashicorp/vault/api v1.8.1
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.0
github.com/smartystreets/goconvey v1.7.2
github.com/taskcluster/httpbackoff v1.0.0
)
Expand All @@ -30,14 +30,14 @@ require (
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // 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.4.1 // indirect
github.com/hashicorp/vault/sdk v0.6.0 // indirect
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
Expand All @@ -46,7 +46,7 @@ require (
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/mapstructure v1.4.2 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oklog/run v1.0.0 // indirect
Expand All @@ -56,7 +56,7 @@ require (
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
Expand Down
53 changes: 36 additions & 17 deletions v3/go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 7a41f89

Please sign in to comment.