Skip to content

Commit

Permalink
Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in /test-script…
Browse files Browse the repository at this point in the history
…s/test-go (#3671)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent ffc2ce5 commit 0c635e9
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 5 deletions.
10 changes: 7 additions & 3 deletions test-scripts/test-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ module qa-machine-manage

go 1.23.1

require (
go.viam.com/rdk v0.43.0
go.viam.com/utils v0.1.100
)

require (
cloud.google.com/go v0.110.4 // indirect
cloud.google.com/go/compute v1.21.0 // indirect
Expand All @@ -17,6 +22,7 @@ require (
github.com/blackjack/webcam v0.6.1 // indirect
github.com/bluenviron/gortsplib/v4 v4.8.0 // indirect
github.com/bufbuild/protocompile v0.5.1 // indirect
github.com/bytedance/sonic v1.12.4 // indirect
github.com/campoy/embedmd v1.0.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
Expand All @@ -39,7 +45,7 @@ require (
github.com/go-pdf/fpdf v0.6.0 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand Down Expand Up @@ -117,9 +123,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
go.viam.com/api v0.1.340 // indirect
go.viam.com/rdk v0.43.0 // indirect
go.viam.com/test v1.1.1-0.20220913152726-5da9916c08a2 // indirect
go.viam.com/utils v0.1.100 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20230725012225-302865e7556b // indirect
golang.org/x/image v0.19.0 // indirect
Expand Down
Loading

0 comments on commit 0c635e9

Please sign in to comment.