diff --git a/go.mod b/go.mod index 491563213d7..61da8edbfeb 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/trustwallet/assets-go-libs v0.3.6 github.com/trustwallet/go-libs v0.7.3 - github.com/trustwallet/go-primitives v0.0.95 + github.com/trustwallet/go-primitives v0.1.0 ) require ( diff --git a/go.sum b/go.sum index 360367ec4c6..032b4717b17 100644 --- a/go.sum +++ b/go.sum @@ -240,8 +240,8 @@ github.com/trustwallet/assets-go-libs v0.3.6 h1:JJO/1R8YxMiYt8aDq1ttIhMEj8zjh/Lm github.com/trustwallet/assets-go-libs v0.3.6/go.mod h1:4BokTTw6UBPEsyXv8jHmX07bKECLcDbzX8YnIBNrCg8= github.com/trustwallet/go-libs v0.7.3 h1:X5KTj2/582Iv/3Pbm9AKPABBlwGE0tLGbQir66jD6U0= github.com/trustwallet/go-libs v0.7.3/go.mod h1:5TQECBJo2ZUhGvB4pTKtyYeclGhzlYooVv/EufU4Axk= -github.com/trustwallet/go-primitives v0.0.95 h1:iqJ6VnxxMNnO799ayYvX9iyKo6mDUZ5rAqeb0WcBbgs= -github.com/trustwallet/go-primitives v0.0.95/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= +github.com/trustwallet/go-primitives v0.1.0 h1:0lCOkrHMCTlzxoy85WtovVYHmFD+9obs5UF1khfcuaI= +github.com/trustwallet/go-primitives v0.1.0/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=