Skip to content

Commit

Permalink
Merge pull request #16 from sklinkert/dependabot/go_modules/github.co…
Browse files Browse the repository at this point in the history
…m/go-test/deep-1.1.0

Bump github.com/go-test/deep from 1.0.8 to 1.1.0
  • Loading branch information
sklinkert authored Dec 17, 2023
2 parents af2ebbd + 560b76d commit ab5ca81
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 48 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/AMekss/assert v0.0.0-20211108074654-c2d723ec709d
github.com/falzm/golang-ring v0.0.0-20171129155418-0d0f97841b7d
github.com/go-numb/go-ftx v0.0.0-20211102085954-3f1fa5e6acc1
github.com/go-test/deep v1.0.8
github.com/go-test/deep v1.1.0
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/jinzhu/copier v0.3.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG
github.com/go-numb/go-ftx v0.0.0-20211102085954-3f1fa5e6acc1 h1:h6wiAzOZyPqGpM8ozYmzakgSekedK2//3V0VX8xUQW4=
github.com/go-numb/go-ftx v0.0.0-20211102085954-3f1fa5e6acc1/go.mod h1:sZs9S1a1GqrO5VBdM4ThWzdY/g/xJ7FPuuNhF7i26LM=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-test/deep v1.0.8 h1:TDsG77qcSprGbC6vTN8OuXp5g+J+b5Pcguhf7Zt61VM=
github.com/go-test/deep v1.0.8/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
github.com/go-test/deep v1.1.0 h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg=
github.com/go-test/deep v1.1.0/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
github.com/gofrs/uuid v4.0.0+incompatible h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw=
github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=
Expand Down
13 changes: 0 additions & 13 deletions vendor/github.com/go-test/deep/.travis.yml

This file was deleted.

6 changes: 6 additions & 0 deletions vendor/github.com/go-test/deep/CHANGES.md

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

4 changes: 3 additions & 1 deletion vendor/github.com/go-test/deep/README.md

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

147 changes: 117 additions & 30 deletions vendor/github.com/go-test/deep/deep.go

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 @@ -30,7 +30,7 @@ github.com/go-numb/go-ftx/rest/private/wallet
github.com/go-numb/go-ftx/rest/public/futures
github.com/go-numb/go-ftx/rest/public/markets
github.com/go-numb/go-ftx/types
# github.com/go-test/deep v1.0.8
# github.com/go-test/deep v1.1.0
## explicit; go 1.16
github.com/go-test/deep
# github.com/google/go-querystring v1.0.0
Expand Down

0 comments on commit ab5ca81

Please sign in to comment.