Skip to content

Commit

Permalink
Use go mod instead of dep
Browse files Browse the repository at this point in the history
fiw github action not respect workdir
  • Loading branch information
guilhem committed Apr 11, 2019
1 parent 5bf1ebc commit a6575c9
Show file tree
Hide file tree
Showing 6,467 changed files with 345 additions and 2,291,907 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
743 changes: 0 additions & 743 deletions Gopkg.lock

This file was deleted.

58 changes: 0 additions & 58 deletions Gopkg.toml

This file was deleted.

72 changes: 72 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
module github.com/barpilot/rancher-operator

go 1.12

require (
cloud.google.com/go v0.36.0
github.com/PuerkitoBio/purell v1.1.1
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/davecgh/go-spew v1.1.1
github.com/emicklei/go-restful v2.9.0+incompatible
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.0
github.com/go-openapi/jsonpointer v0.18.0
github.com/go-openapi/jsonreference v0.18.0
github.com/go-openapi/spec v0.18.0
github.com/go-openapi/swag v0.18.0
github.com/gogo/protobuf v1.2.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef
github.com/golang/protobuf v1.3.0
github.com/google/btree v1.0.0
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
github.com/google/uuid v1.1.1
github.com/googleapis/gnostic v0.2.0
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
github.com/hashicorp/golang-lru v0.5.1
github.com/imdario/mergo v0.3.7
github.com/json-iterator/go v1.1.5
github.com/konsorten/go-windows-terminal-sequences v1.0.2
github.com/mailru/easyjson v0.0.0-20190221075403-6243d8e04c3f
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
github.com/operator-framework/operator-sdk v0.4.1
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/prometheus/common v0.2.0
github.com/prometheus/procfs v0.0.0-20190227231451-bbced9601137
github.com/rancher/norman v0.0.0-20190227223446-a265edee9d1b
github.com/rancher/types v0.0.0-20190410204915-db1c229e453f
github.com/sirupsen/logrus v1.3.0
github.com/spf13/pflag v1.0.3
go.uber.org/atomic v1.3.2
go.uber.org/multierr v1.1.0
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20190228050851-31a38585487a
golang.org/x/net v0.0.0-20190227160552-c95aed5357e7
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
golang.org/x/tools v0.0.0-20190227232517-f0a709d59f0f
google.golang.org/appengine v1.4.0
gopkg.in/inf.v0 v0.9.1
gopkg.in/yaml.v2 v2.2.2
k8s.io/api v0.0.0-20181126151915-b503174bad59
k8s.io/apimachinery v0.0.0-20181126123746-eddba98df674
k8s.io/client-go v0.0.0-20181126152608-d082d5923d3c
k8s.io/code-generator v0.0.0-20180823001027-3dcf91f64f63
k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6
k8s.io/klog v0.2.0
k8s.io/kube-openapi v0.0.0-20190225204428-d50a959ae76a
sigs.k8s.io/controller-runtime v0.1.8
)
Loading

0 comments on commit a6575c9

Please sign in to comment.