Skip to content

Commit

Permalink
Merge pull request #92 from Yelp/u/wilmerrafael/CLUSTERMAN-1884_updat…
Browse files Browse the repository at this point in the history
…ing-controller-runtime

Upgrading ooperator-controller to the matching version for the new pe…
  • Loading branch information
wilmer05 authored May 26, 2023
2 parents fa469b0 + d929458 commit 5af36a2
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 411 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# paasta-tools-go
Go library for interacting with [PaaSTA](https://github.com/Yelp/paasta)

# Troubleshooting
### How to clone
The project must be clonned via `https` as it is required to perform SSO, this means no push via ssh would work.

### Private libraries
You may need to export the following env variable

export GOPRIVATE=*github.yelpcorp.com

otherwise doing `go mod tidy` will have problems finding the monk library.
77 changes: 52 additions & 25 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,61 @@ module github.com/Yelp/paasta-tools-go

require (
github.com/dlespiau/kube-test-harness v0.0.0-20200730130322-72c5b0037f4a
github.com/fatih/structs v1.1.0
github.com/go-logr/zapr v0.1.1 // indirect
github.com/go-openapi/errors v0.19.4
github.com/go-openapi/runtime v0.19.15
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.5
github.com/go-openapi/validate v0.19.8
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/mitchellh/mapstructure v1.2.2
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/golang/glog v1.0.0
github.com/mitchellh/mapstructure v1.4.1
github.com/openzipkin/zipkin-go v0.2.2
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.1
github.com/subosito/gotenv v1.2.0
go.uber.org/zap v1.13.0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
github.yelpcorp.com/go-packages/monk v0.0.0-20210923142653-46be63e1f16e
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.26.2
k8s.io/apimachinery v0.26.2
k8s.io/client-go v0.26.2
k8s.io/klog v1.0.0
k8s.io/kubernetes v1.14.0
sigs.k8s.io/controller-runtime v0.6.0
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
sigs.k8s.io/controller-runtime v0.14.5
)

go 1.12
require (
git.apache.org/thrift.git v0.0.0-20171203172758-327ebb6c2b6d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

go 1.20
Loading

0 comments on commit 5af36a2

Please sign in to comment.