-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and minimize dependencies (#8)
- Loading branch information
1 parent
c657b05
commit c11e2de
Showing
2 changed files
with
179 additions
and
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,23 @@ | ||
module github.com/egymgmbh/kubejob | ||
|
||
require ( | ||
cloud.google.com/go v0.25.0 // indirect | ||
cloud.google.com/go v0.35.1 // indirect | ||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/gogo/protobuf v1.1.1 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/golang/protobuf v1.1.0 // indirect | ||
github.com/google/btree v0.0.0-20180124185431-e89373fe6b4a // indirect | ||
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect | ||
github.com/imdario/mergo v0.3.5 // indirect | ||
github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be // indirect | ||
github.com/imdario/mergo v0.3.6 // indirect | ||
github.com/json-iterator/go v1.1.5 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect | ||
github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.1 // indirect | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8 // indirect | ||
golang.org/x/net v0.0.0-20180712202826-d0887baf81f4 // indirect | ||
golang.org/x/oauth2 v0.0.0-20180620175406-ef147856a6dd // indirect | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect | ||
golang.org/x/sys v0.0.0-20180715085529-ac767d655b30 // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect | ||
google.golang.org/appengine v1.1.0 // indirect | ||
github.com/sirupsen/logrus v1.3.0 // indirect | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
go.opencensus.io v0.19.0 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.2.1 // indirect | ||
k8s.io/api v0.0.0-20180711052118-183f3326a935 | ||
k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d | ||
k8s.io/client-go v8.0.0+incompatible | ||
k8s.io/api v0.0.0-20181221193117-173ce66c1e39 | ||
k8s.io/apimachinery v0.0.0-20190119020841-d41becfba9ee | ||
k8s.io/client-go v10.0.0+incompatible | ||
k8s.io/klog v0.1.0 // indirect | ||
sigs.k8s.io/yaml v1.1.0 // indirect | ||
) |
Oops, something went wrong.