-
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.
- Loading branch information
1 parent
6af66ac
commit 2aca119
Showing
9 changed files
with
747 additions
and
281 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
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,118 +1,106 @@ | ||
module github.com/uselagoon/remote-controller | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/cheshir/go-mq v1.0.2 | ||
github.com/coreos/go-semver v0.3.0 | ||
github.com/go-logr/logr v1.2.3 | ||
github.com/cheshir/go-mq/v2 v2.0.1 | ||
github.com/coreos/go-semver v0.3.1 | ||
github.com/go-logr/logr v1.2.4 | ||
github.com/hashicorp/go-version v1.6.0 | ||
github.com/k8up-io/k8up/v2 v2.5.2 | ||
github.com/k8up-io/k8up/v2 v2.7.1 | ||
github.com/mittwald/goharbor-client/v3 v3.3.0 | ||
github.com/mittwald/goharbor-client/v5 v5.1.0 | ||
github.com/mittwald/goharbor-client/v5 v5.3.1 | ||
github.com/onsi/ginkgo v1.16.5 | ||
github.com/onsi/gomega v1.20.1 | ||
github.com/prometheus/client_golang v1.13.0 | ||
github.com/onsi/gomega v1.27.7 | ||
github.com/prometheus/client_golang v1.15.1 | ||
github.com/vshn/k8up v1.99.99 | ||
github.com/xhit/go-str2duration/v2 v2.0.0 | ||
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e | ||
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 | ||
k8s.io/api v0.25.3 | ||
k8s.io/apiextensions-apiserver v0.25.0 | ||
k8s.io/apimachinery v0.25.3 | ||
k8s.io/client-go v0.25.3 | ||
sigs.k8s.io/controller-runtime v0.13.0 | ||
k8s.io/api v0.27.3 | ||
k8s.io/apiextensions-apiserver v0.27.3 | ||
k8s.io/apimachinery v0.27.3 | ||
k8s.io/client-go v0.27.3 | ||
sigs.k8s.io/controller-runtime v0.15.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.97.0 // indirect | ||
github.com/NeowayLabs/wabbit v0.0.0-20200409220312-12e68ab5b0c6 // indirect | ||
github.com/PuerkitoBio/purell v1.1.1 // indirect | ||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect | ||
github.com/NeowayLabs/wabbit v0.0.0-20210927194032-73ad61d1620e // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/emicklei/go-restful/v3 v3.8.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.9.0 // indirect | ||
github.com/evanphx/json-patch/v5 v5.6.0 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/fsouza/go-dockerclient v1.9.0 // indirect | ||
github.com/go-logr/zapr v1.2.3 // indirect | ||
github.com/go-openapi/analysis v0.20.1 // indirect | ||
github.com/go-openapi/errors v0.20.1 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/jsonreference v0.19.6 // indirect | ||
github.com/go-openapi/loads v0.21.0 // indirect | ||
github.com/go-openapi/runtime v0.21.0 // indirect | ||
github.com/go-openapi/spec v0.20.4 // indirect | ||
github.com/go-openapi/strfmt v0.21.1 // indirect | ||
github.com/go-openapi/swag v0.19.15 // indirect | ||
github.com/go-openapi/validate v0.20.3 // indirect | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-logr/zapr v1.2.4 // indirect | ||
github.com/go-openapi/analysis v0.21.4 // indirect | ||
github.com/go-openapi/errors v0.20.3 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/loads v0.21.2 // indirect | ||
github.com/go-openapi/runtime v0.25.0 // indirect | ||
github.com/go-openapi/spec v0.20.8 // indirect | ||
github.com/go-openapi/strfmt v0.21.3 // indirect | ||
github.com/go-openapi/swag v0.22.3 // indirect | ||
github.com/go-openapi/validate v0.22.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/goharbor/harbor/src v0.0.0-20211025104526-d4affc2eba6d // indirect | ||
github.com/goharbor/harbor/src v0.0.0-20230220075213-6015b3efa7d0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // 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/google/gofuzz v1.2.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/imdario/mergo v0.3.13 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/mitchellh/mapstructure v1.4.3 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // 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/nxadm/tail v1.4.8 // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/opentracing/opentracing-go v1.2.0 // indirect | ||
github.com/pborman/uuid v1.2.0 // indirect | ||
github.com/pborman/uuid v1.2.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/prometheus/client_model v0.4.0 // indirect | ||
github.com/prometheus/common v0.42.0 // indirect | ||
github.com/prometheus/procfs v0.9.0 // indirect | ||
github.com/rabbitmq/amqp091-go v1.7.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71 // indirect | ||
github.com/tiago4orion/conjure v0.0.0-20150908101743-93cb30b9d218 // indirect | ||
go.mongodb.org/mongo-driver v1.8.0 // indirect | ||
go.mongodb.org/mongo-driver v1.11.2 // indirect | ||
go.opentelemetry.io/otel v1.14.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.14.0 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.23.0 // indirect | ||
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect | ||
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect | ||
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect | ||
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect | ||
go.uber.org/zap v1.24.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/oauth2 v0.5.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/term v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/component-base v0.25.0 // indirect | ||
k8s.io/klog/v2 v2.80.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect | ||
k8s.io/utils v0.0.0-20221012122500-cfd413dd9e85 // indirect | ||
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect | ||
k8s.io/component-base v0.27.3 // indirect | ||
k8s.io/klog/v2 v2.90.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect | ||
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
) | ||
|
||
// Fixes for AppID | ||
replace github.com/cheshir/go-mq v1.0.2 => github.com/shreddedbacon/go-mq v0.0.0-20200419104937-b8e9af912ead | ||
|
||
replace github.com/NeowayLabs/wabbit v0.0.0-20200409220312-12e68ab5b0c6 => github.com/shreddedbacon/wabbit v0.0.0-20200419104837-5b7b769d7204 | ||
|
||
// includes page_size 100 for listing projects | ||
replace github.com/mittwald/goharbor-client/v3 v3.3.0 => github.com/shreddedbacon/goharbor-client/v3 v3.0.0-20210618042159-ceb1f437ad75 | ||
|
||
// includes fixes for broken robot accounts (original by manhtukhang) | ||
// replace github.com/mittwald/goharbor-client/v5 v5.0.3 => github.com/shreddedbacon/goharbor-client/v5 v5.0.0-20220429062644-77b37684a513 | ||
replace github.com/mittwald/goharbor-client/v5 v5.1.0 => github.com/shreddedbacon/goharbor-client/v5 v5.0.0-20220601062115-d88856f4ec6f |
Oops, something went wrong.