forked from trustwallet/watchmarket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 1010 Bytes
/
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
module github.com/trustwallet/watchmarket
go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/alicebob/miniredis/v2 v2.11.2
github.com/aristanetworks/glog v0.0.0-20191112221043-67e8567f59f3 // indirect
github.com/aristanetworks/goarista v0.0.0-20190219163901-728bce664cf5
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/getsentry/sentry-go v0.5.1
github.com/gin-gonic/gin v1.5.0
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-resty/resty/v2 v2.2.0
github.com/jarcoal/httpmock v1.0.4
github.com/magiconair/properties v1.8.1
github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696 // indirect
github.com/prometheus/common v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.5
github.com/trustwallet/blockatlas v1.0.37
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5 // indirect
)