-
Notifications
You must be signed in to change notification settings - Fork 18
/
go.mod
31 lines (29 loc) · 1.19 KB
/
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
24
25
26
27
28
29
30
31
module github.com/DE-labtory/cleisthenes
go 1.12
require (
github.com/DE-labtory/iLogger v1.0.0
github.com/DE-labtory/tpke v0.0.0-20190710130448-03a30729cfa9
github.com/cbergoon/merkletree v0.0.0-20190307191648-015148bca400
github.com/go-kit/kit v0.8.0
github.com/golang/protobuf v1.3.1
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/klauspost/reedsolomon v1.9.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kyokomi/emoji v2.1.0+incompatible
github.com/magiconair/properties v1.8.1 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/urfave/cli v1.20.0
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20190620144150-6af8c5fc6601 // indirect
google.golang.org/grpc v1.21.1
gopkg.in/yaml.v2 v2.2.2
)