forked from flipt-io/flipt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
48 lines (46 loc) · 2.01 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
46
47
48
module github.com/markphelps/flipt
go 1.13
require (
github.com/Masterminds/squirrel v1.2.0
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/buchanae/github-release-notes v0.0.0-20180827045457-200e1dacadbb
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/fatih/color v1.9.0
github.com/go-chi/chi v4.0.3-0.20191031103402-221acf29d02b+incompatible
github.com/go-chi/cors v1.0.1
github.com/gobuffalo/packr v1.30.1
github.com/gobuffalo/packr/v2 v2.7.1 // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/golang/protobuf v1.3.5
github.com/golangci/golangci-lint v1.24.0
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.14.3
github.com/lib/pq v1.3.0
github.com/markphelps/flipt-grpc-go v0.2.0
github.com/mattn/go-sqlite3 v1.13.0
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/prometheus/client_golang v1.5.1
github.com/rogpeppe/go-internal v1.5.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.0 // indirect
github.com/spf13/cobra v0.0.6
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/urfave/negroni v1.0.0 // indirect
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/tools v0.0.0-20200204192400-7124308813f3
google.golang.org/appengine v1.6.0 // indirect
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
google.golang.org/grpc v1.28.0
gopkg.in/yaml.v2 v2.2.8
)