-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 787 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/tokenized/relationship-example
go 1.14
require (
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/tokenized/envelope v0.2.2-0.20200505050634-2337f3403f49
github.com/tokenized/smart-contract v0.2.3-0.20200507021731-03fd29fa5b10
github.com/tokenized/specification v0.2.3-0.20200507021905-6e47e4a34a62
go.opencensus.io v0.22.2
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)
replace launchpad.net/gocheck => gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f