mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Upgrade go-primitives and assets-go-libs (#16433)
This commit is contained in:
parent
bfc1f592b8
commit
0b80c447bc
7
.github/assets.config.yaml
vendored
7
.github/assets.config.yaml
vendored
|
@ -5,13 +5,6 @@ client_urls:
|
|||
binancedex: "https://dex-atlantic.binance.org"
|
||||
|
||||
validators_settings:
|
||||
image_file:
|
||||
size_kb: 100
|
||||
max_w: 512
|
||||
max_h: 512
|
||||
min_w: 50
|
||||
min_h: 50
|
||||
|
||||
root_folder:
|
||||
allowed_files:
|
||||
- ".github"
|
||||
|
|
4
go.mod
4
go.mod
|
@ -4,7 +4,7 @@ go 1.17
|
|||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/trustwallet/assets-go-libs v0.0.8-0.20211129091659-94fd4cda76a9
|
||||
github.com/trustwallet/assets-go-libs v0.0.11-0.20211207143444-a18d96f83e60
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -21,7 +21,7 @@ require (
|
|||
github.com/spf13/viper v1.8.1 // indirect
|
||||
github.com/subosito/gotenv v1.2.0 // indirect
|
||||
github.com/trustwallet/go-libs v0.2.17 // indirect
|
||||
github.com/trustwallet/go-primitives v0.0.11 // indirect
|
||||
github.com/trustwallet/go-primitives v0.0.16-0.20211207135220-04b1926f0aa0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
|
||||
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
|
||||
golang.org/x/text v0.3.5 // indirect
|
||||
|
|
8
go.sum
8
go.sum
|
@ -270,12 +270,12 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
|
|||
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
||||
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
|
||||
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
|
||||
github.com/trustwallet/assets-go-libs v0.0.8-0.20211129091659-94fd4cda76a9 h1:pJzbMBsMPkueEHhv0VMEByAtNWSlNH5DFZ4Vc8SK2Lc=
|
||||
github.com/trustwallet/assets-go-libs v0.0.8-0.20211129091659-94fd4cda76a9/go.mod h1:0nQmM5unJu0GuWSFJrWgSyOi2uUGnYmjQ53SkKe7/qI=
|
||||
github.com/trustwallet/assets-go-libs v0.0.11-0.20211207143444-a18d96f83e60 h1:g08ompuO/28QrjdhtidSmYA2FtWL9W3MNwNIdZo3/k0=
|
||||
github.com/trustwallet/assets-go-libs v0.0.11-0.20211207143444-a18d96f83e60/go.mod h1:eHgw4yTa5HjyAy/K0Y0ZEgd8sAghf01PRDyd7DO/U9Y=
|
||||
github.com/trustwallet/go-libs v0.2.17 h1:l2zr5Ow19GTPnoWbhjExAhTbz7xLcYPXBa10EIgItjI=
|
||||
github.com/trustwallet/go-libs v0.2.17/go.mod h1:gBDrDkN5wOY+8kwlU6pnv3l/seGJy2qH1OpTKe7NnXA=
|
||||
github.com/trustwallet/go-primitives v0.0.11 h1:uVjm1IssSrur5MjnSbl+LerljnaU8pvgoBxq7krjNvI=
|
||||
github.com/trustwallet/go-primitives v0.0.11/go.mod h1:XPY046lWNrCZ67ZsCeQlJYbKTMDpulc9y7hiRjnL9R4=
|
||||
github.com/trustwallet/go-primitives v0.0.16-0.20211207135220-04b1926f0aa0 h1:Dd2L3iCptLdCQFt4bBH5wqrW50J7JqmEcP8aDHSZY0g=
|
||||
github.com/trustwallet/go-primitives v0.0.16-0.20211207135220-04b1926f0aa0/go.mod h1:jLqd7rm+4EYG5JdpxhngM9HwbqfEXzKy/wK4vUB7STs=
|
||||
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
|
||||
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=
|
||||
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
||||
|
|
Loading…
Reference in New Issue
Block a user