Skip to content

Commit

Permalink
bumped test client deps (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Nov 29, 2023
1 parent a1f2873 commit 734e9e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 428 deletions.
10 changes: 5 additions & 5 deletions test/integration/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ require (
github.com/go-playground/validator/v10 v10.16.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/spf13/afero v1.10.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
Loading

0 comments on commit 734e9e0

Please sign in to comment.