Files
assets/go.mod
T
40efbb28cc Tomochain and axl usdc (#26921)
* Create logo.png

* Create info.json

* Create logo.png

* Create info.json

* Create logo.png

* Create info.json

* Create logo.png

* Create info.json

* Create logo.png

* Create info.json

* Create info.json

* Create logo.png

* Create info.json

* Create logo.png

* Create info.json

* Create logo.png

* Create logo.png

* Create info.json

* Create logo.png

* Create info.json

* Delete logo.png

* Delete info.json

* Delete logo.png

* Delete info.json

* Delete logo.png

* Delete info.json

* Delete logo.png

* Delete info.json

* Delete logo.png

* Delete info.json

* Delete logo.png

* Delete info.json

* Delete logo.png

* Delete info.json

* Delete logo.png

* Delete info.json

* Delete logo.png

* Delete info.json

* Delete logo.png

* Delete info.json

* Update info.json

* Delete logo.png

* Update info.json

* Update info.json

* Update info.json

* Delete logo.png

* Delete logo.png

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Delete logo.png

* Update info.json

* Delete logo.png

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Create info.json

* Create logo.png

* Create logo.png

* Create info.json

* Create info.json

* Create logo.png

* Create info.json

* Create logo.png

* Create info.json

* Create logo.png

* change name

* bump go prim

---------

Co-authored-by: cryptomanz1 <85495047+cryptomanz1@users.noreply.github.com>
2023-12-06 17:13:05 +04:00

44 lines
1.6 KiB
AMPL

module github.com/trustwallet/assets
go 1.19
require (
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.7.0
github.com/trustwallet/assets-go-libs v0.3.7
github.com/trustwallet/go-libs v0.7.3
github.com/trustwallet/go-primitives v0.1.12
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/prometheus/client_golang v1.12.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.10.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)