-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 926 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
module github.com/pegnet/pegnet-node
go 1.12
require (
cloud.google.com/go v0.44.3 // indirect
github.com/FactomProject/factom v0.0.0-20190712163801-e7717c4ab072
github.com/FactomWyomingEntity/prosper-pool v0.3.2
github.com/denisenkom/go-mssqldb v0.0.0-20190806190131-db2462fef53b // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/jinzhu/gorm v1.9.11
github.com/kr/pty v1.1.8 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/pegnet/pegnet v0.5.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/zpatrick/go-config v0.0.0-20190509173111-460869022dbd
golang.org/x/mobile v0.0.0-20190814143026-e8b3e6111d02 // indirect
golang.org/x/tools v0.0.0-20190815144358-9065c182e3b6 // indirect
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
)