-
Notifications
You must be signed in to change notification settings - Fork 72
/
go.mod
45 lines (43 loc) · 1.85 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/justinbarrick/fluxcloud
go 1.12
require (
github.com/Masterminds/semver v1.4.2
github.com/apache/thrift v0.12.0
github.com/aws/aws-sdk-go v1.16.26
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/davecgh/go-spew v1.1.1
github.com/docker/distribution v0.0.0-20180611183926-749f6afb4572
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
github.com/go-kit/kit v0.8.0
github.com/go-logfmt/logfmt v0.3.0
github.com/go-stack/stack v1.8.0
github.com/golang/protobuf v1.2.0
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.2.0
github.com/hashicorp/golang-lru v0.5.1
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/pkg/errors v0.8.0
github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f
github.com/prometheus/common v0.2.0
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1
github.com/ryanuber/go-glob v0.0.0-20160226084822-572520ed46db
github.com/sirupsen/logrus v1.2.0
github.com/spf13/pflag v1.0.1
github.com/stretchr/testify v1.2.2
github.com/weaveworks/flux v0.0.0-20190411145155-fea56bc3feee
go.opencensus.io v0.20.2
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/sync v0.0.0-20190412183630-56d357773e84
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
google.golang.org/api v0.3.1
)