|
1 | 1 | module github.com/itzg/mc-router |
2 | 2 |
|
| 3 | +go 1.12 |
| 4 | + |
3 | 5 | require ( |
4 | | - github.com/gogo/protobuf v1.2.0 // indirect |
5 | | - github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect |
6 | | - github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect |
| 6 | + github.com/gogo/protobuf v1.2.1 // indirect |
| 7 | + github.com/golang/protobuf v1.3.1 // indirect |
| 8 | + github.com/google/gofuzz v1.0.0 // indirect |
7 | 9 | github.com/googleapis/gnostic v0.2.0 // indirect |
8 | | - github.com/gorilla/mux v1.7.0 |
9 | | - github.com/gregjones/httpcache v0.0.0-20190203031600-7a902570cb17 // indirect |
10 | | - github.com/hashicorp/golang-lru v0.5.0 // indirect |
| 10 | + github.com/gorilla/mux v1.7.1 |
| 11 | + github.com/hashicorp/golang-lru v0.5.1 // indirect |
11 | 12 | github.com/imdario/mergo v0.3.7 // indirect |
12 | | - github.com/json-iterator/go v1.1.5 // indirect |
| 13 | + github.com/json-iterator/go v1.1.6 // indirect |
13 | 14 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
14 | 15 | github.com/modern-go/reflect2 v1.0.1 // indirect |
15 | | - github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
16 | 16 | github.com/pkg/errors v0.8.1 |
17 | | - github.com/sirupsen/logrus v1.3.0 |
| 17 | + github.com/sirupsen/logrus v1.4.1 |
18 | 18 | github.com/spf13/pflag v1.0.3 // indirect |
19 | | - golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect |
20 | | - golang.org/x/oauth2 v0.0.0-20190130055435-99b60b757ec1 // indirect |
21 | | - golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect |
| 19 | + golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect |
| 20 | + golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2 // indirect |
| 21 | + golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect |
| 22 | + golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect |
22 | 23 | gopkg.in/inf.v0 v0.9.1 // indirect |
23 | | - k8s.io/api v0.0.0-20190208171344-de494049e22a |
24 | | - k8s.io/apimachinery v0.0.0-20190208171202-bf20fabcb825 |
25 | | - k8s.io/client-go v10.0.0+incompatible |
26 | | - k8s.io/klog v0.1.0 // indirect |
27 | | - sigs.k8s.io/structured-merge-diff v0.0.0-20190130003954-e5e029740eb8 // indirect |
| 24 | + gopkg.in/yaml.v2 v2.2.2 // indirect |
| 25 | + k8s.io/api v0.0.0-20190313235455-40a48860b5ab |
| 26 | + k8s.io/apimachinery v0.0.0-20190313205120-d7deff9243b1 |
| 27 | + k8s.io/client-go v11.0.0+incompatible |
| 28 | + k8s.io/klog v0.3.0 // indirect |
| 29 | + k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect |
28 | 30 | sigs.k8s.io/yaml v1.1.0 // indirect |
29 | 31 | ) |
0 commit comments