diff --git a/go.mod b/go.mod index 25ccbcfd5e6..cd793feb493 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.5 github.com/trustwallet/go-libs v0.7.9 - github.com/trustwallet/go-primitives v0.0.76 + github.com/trustwallet/go-primitives v0.1.30 ) require ( diff --git a/go.sum b/go.sum index 5b31f0cb25f..cacddfb98b9 100644 --- a/go.sum +++ b/go.sum @@ -247,8 +247,8 @@ github.com/trustwallet/assets-go-libs v0.3.5 h1:xYgaDdy0VG9H3dHq+Cp830vYaZUHWA0S github.com/trustwallet/assets-go-libs v0.3.5/go.mod h1:03cXr+ABmrdDXZkoPPdP6h3oN2RCsGPx6QqILORpEW0= github.com/trustwallet/go-libs v0.7.9 h1:NK7KZ6pg0V12m2jm8+3atBqBzzs2yAAHo60xAHq3crY= github.com/trustwallet/go-libs v0.7.9/go.mod h1:SX5fCsTx8jJfHZlV/kqzsIyVAnzU2GAlY+Wum3O8vco= -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.1.30 h1:3z2T2HLglNPv51iT6pZTblqEwdSD22a0jEAfW05bdmc= +github.com/trustwallet/go-primitives v0.1.30/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI= github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=