-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
28 lines (27 loc) · 1.27 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
module github.com/TIBCOSoftware/dovetail-cli
require (
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
github.com/cactus/go-statsd-client/statsd v0.0.0-20190501063751-9a7692639588 // indirect
github.com/cloudflare/cfssl v0.0.0-20181102015659-ea4033a214e7 // indirect
github.com/google/certificate-transparency-go v1.0.21 // indirect
github.com/gorilla/mux v1.7.4
github.com/hyperledger/fabric-sdk-go v1.0.0-alpha4.0.20190123182303-752dda155a84
github.com/m3db/prometheus_client_golang v0.8.1 // indirect
github.com/m3db/prometheus_client_model v0.1.0 // indirect
github.com/m3db/prometheus_common v0.1.0 // indirect
github.com/m3db/prometheus_procfs v0.8.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.8.1
github.com/project-flogo/cli v0.9.1-rc.2
github.com/project-flogo/core v0.9.3
github.com/project-flogo/flow v0.9.3
github.com/prometheus/client_golang v1.0.0 // indirect
github.com/rs/cors v1.7.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.4.0
github.com/uber-go/tally v3.3.11+incompatible // indirect
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // indirect
google.golang.org/grpc v1.16.0 // indirect
)