forked from trustwallet/blockatlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (35 loc) · 1.34 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/trustwallet/blockatlas
go 1.15
// +heroku goVersion go1.15
// +heroku install ./cmd/...
require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/btcsuite/btcutil v1.0.2
github.com/containerd/continuity v0.1.0 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/getsentry/raven-go v0.2.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.7
github.com/itchyny/timefmt-go v0.1.2
github.com/mitchellh/mapstructure v1.4.1
github.com/mr-tron/base58 v1.2.0
github.com/opencontainers/runc v1.1.0 // indirect
github.com/ory/dockertest v3.3.5+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v0.9.4
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.7.1
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.7.0
github.com/trustwallet/golibs v0.1.8
github.com/trustwallet/golibs/network v0.0.0-20210302024139-c340cb937103
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
golang.org/x/tools v0.0.0-20210106214847-113979e3529a // indirect
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.20.12
)