Skip to content

Commit

Permalink
bump go-primitives (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoskarakostas authored Apr 3, 2023
1 parent c5684ed commit 6dacbb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/trustwallet/assets-go-libs

go 1.18

require github.com/trustwallet/go-primitives v0.0.75
require github.com/trustwallet/go-primitives v0.0.76

require (
github.com/kr/text v0.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/rogpeppe/go-internal v1.8.1/go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/trustwallet/go-libs v0.3.13 h1:zB30WfP6Do+5Cf3+HgkUhawBf1fnOdvvC/eBfCHKBEw=
github.com/trustwallet/go-libs v0.3.13/go.mod h1:FuDoyKxhE1IgLPWMfU1PFok87MqfYm/spJJx1QziWe8=
github.com/trustwallet/go-primitives v0.0.75 h1:eLEYRuRoJbBDIzpj1bniwghD0MX4OUvd3H2vyoxezcA=
github.com/trustwallet/go-primitives v0.0.75/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.0.76 h1:oNrbXLwxIjJYzv59W1UQOLY9FE69JAWEDg9sQeMRDS0=
github.com/trustwallet/go-primitives v0.0.76/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
golang.org/x/crypto v0.1.0 h1:MDRAIl0xIo9Io2xV565hzXHw3zVseKrJKodhohM5CjU=
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 h1:hTftEOvwiOq2+O8k2D5/Q7COC7k5Qcrgc2TFURJYnvQ=
Expand Down

0 comments on commit 6dacbb8

Please sign in to comment.