-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 882 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module testServerStats
go 1.12
require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-chi/valve v0.0.0-20170920024740-9e45288364f4
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.4.0+incompatible
github.com/jmoiron/sqlx v1.2.0
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/thedevsaddam/govalidator v1.9.6
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
google.golang.org/appengine v1.6.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)