-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Update to 0.6.0 * chore: Fix test * chore: Update modules.txt
- Loading branch information
1 parent
a264f06
commit 52b6b23
Showing
177 changed files
with
11,625 additions
and
4,116 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,43 +1,41 @@ | ||
module github.com/knative/client | ||
|
||
require ( | ||
contrib.go.opencensus.io/exporter/stackdriver v0.11.0 // indirect | ||
github.com/cpuguy83/go-md2man v1.0.10 // indirect | ||
github.com/evanphx/json-patch v4.1.0+incompatible // indirect | ||
github.com/evanphx/json-patch v4.2.0+incompatible // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/gogo/protobuf v1.2.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/google/go-containerregistry v0.0.0-20190424210018-7d6d1d3cd63b // indirect | ||
github.com/google/go-cmp v0.3.0 // indirect | ||
github.com/google/go-containerregistry v0.0.0-20190503220729-1c6c7f61e8a5 // indirect | ||
github.com/google/gofuzz v1.0.0 // indirect | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect | ||
github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
github.com/imdario/mergo v0.3.7 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.6 // indirect | ||
github.com/knative/build v0.5.0 // indirect | ||
github.com/knative/pkg v0.0.0-20190329155329-916205998db9 | ||
github.com/knative/serving v0.5.2 | ||
github.com/knative/build v0.6.0 // indirect | ||
github.com/knative/pkg v0.0.0-20190518173526-34792a92cec2 | ||
github.com/knative/serving v0.6.0 | ||
github.com/knative/test-infra v0.0.0-20190517181617-d1bb39bbca6e | ||
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
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 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/spf13/viper v1.3.1 | ||
go.uber.org/atomic v1.3.2 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.9.1 // indirect | ||
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect | ||
golang.org/x/net v0.0.0-20190514140710-3ec191127204 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190517181255-950ef44c6e07 // 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-20190226173710-145d52631d00 | ||
k8s.io/apimachinery v0.0.0-20190221084156-01f179d85dbc | ||
k8s.io/cli-runtime v0.0.0-20190226180714-082c0831af2b | ||
k8s.io/client-go v0.0.0-20190226174127-78295b709ec6 | ||
k8s.io/kube-openapi v0.0.0-20190418160015-6b3d3b2d5666 // indirect | ||
k8s.io/kube-openapi v0.0.0-20190510232812-a01b7d5d6c22 // indirect | ||
sigs.k8s.io/yaml v1.1.0 | ||
) |
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
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
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
Oops, something went wrong.