diff --git a/go.mod b/go.mod index adfe5fa..82c669a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/trustwallet/assets-go-libs go 1.18 -require github.com/trustwallet/go-primitives v0.0.76 +require github.com/trustwallet/go-primitives v0.0.82 require ( github.com/kr/text v0.2.0 // indirect diff --git a/go.sum b/go.sum index 4e140d7..8dcc413 100644 --- a/go.sum +++ b/go.sum @@ -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.76 h1:oNrbXLwxIjJYzv59W1UQOLY9FE69JAWEDg9sQeMRDS0= -github.com/trustwallet/go-primitives v0.0.76/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= +github.com/trustwallet/go-primitives v0.0.82 h1:Oqxt/77Rmsas3XlgvbmqFNz7X9RtA79AKNWehmuMMUA= +github.com/trustwallet/go-primitives v0.0.82/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=