Skip to content

Commit

Permalink
include latest go-primitives release (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoskarakostas authored Jan 27, 2023
1 parent b57f362 commit acae5a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
vendor/

# Other dirs and files
bin/
Expand Down
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.40
require github.com/trustwallet/go-primitives v0.0.68

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.40 h1:xAOS9j3YoaT3+9uZhufVT8J9h7NHk1ICN7UZpIqcG10=
github.com/trustwallet/go-primitives v0.0.40/go.mod h1:4IujMVfxa0uJS267wFszPDYd7vVjQY+/uOREZclnfU0=
github.com/trustwallet/go-primitives v0.0.68 h1:SFbwcqFC0i5gfWeoE5kXla2VyG4qp5syMkS/1Oyd7wo=
github.com/trustwallet/go-primitives v0.0.68/go.mod h1:dhXKvmbi5EnNJDb/zbxqvNmhd4cWUKrk60d5lTVeq44=
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 h1:f+lwQ+GtmgoY+A2YaQxlSOnDjXcQ7ZRLWOHbC6HtRqE=
golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 h1:hTftEOvwiOq2+O8k2D5/Q7COC7k5Qcrgc2TFURJYnvQ=
Expand Down

0 comments on commit acae5a2

Please sign in to comment.