forked from xlab-si/emmy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (25 loc) · 1.13 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
module github.com/emmyzkp/emmy
require (
github.com/emmyzkp/crypto v0.0.0-20181122083611-5bb28f70a55d
github.com/go-redis/redis v6.15.2+incompatible
github.com/golang/protobuf v1.3.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/exp v0.0.0-20190321205749-f0864edee7f3 // indirect
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f // indirect
golang.org/x/mobile v0.0.0-20190319155245-9487ef54b94a // indirect
golang.org/x/net v0.0.0-20190324223953-e3b2ff56ed87
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
golang.org/x/tools v0.0.0-20190325223049-1d95b17f1b04 // indirect
google.golang.org/grpc v1.19.0
)
replace golang.org/x/text v0.3.0 => github.com/golang/text v0.3.0