Skip to content

Commit

Permalink
Update go.mod and go.sum files for github.com/google/go-cmp v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dasbd72 committed Feb 18, 2024
1 parent fbb6b4f commit 704b099
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binance/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/dasbd72/asset-management/binance

go 1.20

require github.com/google/go-cmp v0.6.0
2 changes: 2 additions & 0 deletions binance/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
1 change: 1 addition & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
2 changes: 2 additions & 0 deletions max/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/dasbd72/asset-management/max

go 1.20

require github.com/google/go-cmp v0.6.0
2 changes: 2 additions & 0 deletions max/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=

0 comments on commit 704b099

Please sign in to comment.