-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 742 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/annchain/trie
go 1.14
require (
github.com/annchain/OG v0.0.9-Bytes01
github.com/annchain/commongo v0.0.8
github.com/annchain/ogdb v0.0.1
github.com/davecgh/go-spew v1.1.1
github.com/gin-gonic/gin v1.5.0 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-co-op/gocron v0.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.4
github.com/latifrons/soccerdash v1.1.2 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/tinylib/msgp v1.1.2
go.mongodb.org/mongo-driver v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
)