-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
76 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
module github.com/itzg/mc-router | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.2.0 // indirect | ||
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect | ||
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect | ||
github.com/gogo/protobuf v1.2.1 // indirect | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/google/gofuzz v1.0.0 // indirect | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/gorilla/mux v1.7.0 | ||
github.com/gregjones/httpcache v0.0.0-20190203031600-7a902570cb17 // indirect | ||
github.com/hashicorp/golang-lru v0.5.0 // indirect | ||
github.com/gorilla/mux v1.7.1 | ||
github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
github.com/imdario/mergo v0.3.7 // indirect | ||
github.com/json-iterator/go v1.1.5 // indirect | ||
github.com/json-iterator/go v1.1.6 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/sirupsen/logrus v1.3.0 | ||
github.com/sirupsen/logrus v1.4.1 | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190130055435-99b60b757ec1 // indirect | ||
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect | ||
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect | ||
golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
k8s.io/api v0.0.0-20190208171344-de494049e22a | ||
k8s.io/apimachinery v0.0.0-20190208171202-bf20fabcb825 | ||
k8s.io/client-go v10.0.0+incompatible | ||
k8s.io/klog v0.1.0 // indirect | ||
sigs.k8s.io/structured-merge-diff v0.0.0-20190130003954-e5e029740eb8 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
k8s.io/api v0.0.0-20190313235455-40a48860b5ab | ||
k8s.io/apimachinery v0.0.0-20190313205120-d7deff9243b1 | ||
k8s.io/client-go v11.0.0+incompatible | ||
k8s.io/klog v0.3.0 // indirect | ||
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect | ||
sigs.k8s.io/yaml v1.1.0 // indirect | ||
) |
Oops, something went wrong.