forked from celo-org/rosetta
-
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) · 872 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 872 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 github.com/celo-org/rosetta
go 1.14
require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20190912214011-b54698eaaca6 // indirect
github.com/celo-org/celo-blockchain v1.3.2
github.com/celo-org/kliento v0.2.1-0.20210510184328-accba0f45060
github.com/coinbase/rosetta-sdk-go v0.5.9
github.com/felixge/httpsnoop v1.0.1
github.com/google/addlicense v0.0.0-20200622132530-df58acafd6d5 // indirect
github.com/gorilla/handlers v1.4.2
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/onsi/gomega v1.10.1
github.com/pborman/uuid v1.2.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
golang.org/x/net v0.0.0-20201021035429-f5854403a974
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
)