-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
32 lines (30 loc) · 1.13 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
module github.com/tdex-network/tdex-analytics
go 1.16
require (
github.com/aws/aws-sdk-go-v2/config v1.13.1
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.1.14
github.com/btcsuite/btcutil v1.0.2
github.com/dnaeon/go-vcr v1.0.1
github.com/go-errors/errors v1.4.2
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/go-testfixtures/testfixtures/v3 v3.6.1
github.com/gogo/protobuf v1.3.2
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3
github.com/improbable-eng/grpc-web v0.15.0
github.com/influxdata/influxdb-client-go/v2 v2.7.0
github.com/lib/pq v1.10.4
github.com/robfig/cron/v3 v3.0.1
github.com/shopspring/decimal v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/superoo7/go-gecko v1.0.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd
google.golang.org/grpc v1.46.2
google.golang.org/protobuf v1.28.0
)