-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workflows (Go 1.20, k8s 1.26) (#18)
Signed-off-by: Tamal Saha <[email protected]>
- Loading branch information
Showing
750 changed files
with
110,191 additions
and
36,991 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,102 +1,77 @@ | ||
module kmodules.xyz/application-util | ||
|
||
go 1.15 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/evanphx/json-patch v4.11.0+incompatible | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/evanphx/json-patch v5.6.0+incompatible | ||
github.com/golang/glog v1.0.0 | ||
github.com/pkg/errors v0.9.1 | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
k8s.io/apimachinery v0.21.1 | ||
k8s.io/client-go v12.0.0+incompatible // indirect | ||
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect | ||
kmodules.xyz/client-go v0.0.0-20220215012708-9963581d69a7 | ||
k8s.io/apimachinery v0.25.3 | ||
kmodules.xyz/client-go v0.25.16 | ||
sigs.k8s.io/application v0.8.2-0.20200306235134-f10d9ca8abd4 | ||
) | ||
|
||
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d | ||
|
||
replace cloud.google.com/go => cloud.google.com/go v0.49.0 | ||
|
||
replace git.apache.org/thrift.git => github.com/apache/thrift v0.13.0 | ||
|
||
replace github.com/Azure/azure-sdk-for-go => github.com/Azure/azure-sdk-for-go v35.0.0+incompatible | ||
|
||
replace github.com/Azure/go-ansiterm => github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 | ||
|
||
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible | ||
|
||
replace github.com/Azure/go-autorest/autorest => github.com/Azure/go-autorest/autorest v0.9.0 | ||
|
||
replace github.com/Azure/go-autorest/autorest/adal => github.com/Azure/go-autorest/autorest/adal v0.5.0 | ||
|
||
replace github.com/Azure/go-autorest/autorest/azure/auth => github.com/Azure/go-autorest/autorest/azure/auth v0.2.0 | ||
|
||
replace github.com/Azure/go-autorest/autorest/date => github.com/Azure/go-autorest/autorest/date v0.1.0 | ||
|
||
replace github.com/Azure/go-autorest/autorest/mocks => github.com/Azure/go-autorest/autorest/mocks v0.2.0 | ||
|
||
replace github.com/Azure/go-autorest/autorest/to => github.com/Azure/go-autorest/autorest/to v0.2.0 | ||
|
||
replace github.com/Azure/go-autorest/autorest/validation => github.com/Azure/go-autorest/autorest/validation v0.1.0 | ||
|
||
replace github.com/Azure/go-autorest/logger => github.com/Azure/go-autorest/logger v0.1.0 | ||
|
||
replace github.com/Azure/go-autorest/tracing => github.com/Azure/go-autorest/tracing v0.5.0 | ||
|
||
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.1 | ||
|
||
replace github.com/golang/protobuf => github.com/golang/protobuf v1.3.2 | ||
|
||
replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.3.1 | ||
|
||
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5 | ||
|
||
replace github.com/prometheus-operator/prometheus-operator => github.com/prometheus-operator/prometheus-operator v0.42.0 | ||
|
||
replace github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring => github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.42.0 | ||
|
||
replace github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.7.1 | ||
|
||
replace go.etcd.io/etcd => go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 | ||
|
||
replace google.golang.org/api => google.golang.org/api v0.14.0 | ||
|
||
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9 | ||
|
||
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0 | ||
|
||
replace helm.sh/helm/v3 => github.com/kubepack/helm/v3 v3.6.1-0.20210518225915-c3e0ce48dd1b | ||
|
||
replace k8s.io/api => github.com/kmodules/api v0.18.10-0.20200922195318-d60fe725dea0 | ||
|
||
replace k8s.io/apimachinery => github.com/kmodules/apimachinery v0.19.0-alpha.0.0.20200922195535-0c9a1b86beec | ||
|
||
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.2-0.20220112070009-e3f6e88991d9 | ||
|
||
replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.18.9 | ||
|
||
replace k8s.io/client-go => github.com/kmodules/k8s-client-go v0.18.10-0.20200922201634-73fedf3d677e | ||
|
||
replace k8s.io/component-base => k8s.io/component-base v0.18.9 | ||
|
||
replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6 | ||
|
||
replace k8s.io/kubectl => k8s.io/kubectl v0.18.9 | ||
|
||
replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.19.0-alpha.0.0.20200922200158-8b13196d8dc4 | ||
|
||
replace k8s.io/utils => k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 | ||
|
||
replace sigs.k8s.io/application => github.com/kubepack/application v0.8.4-0.20200705202912-9d241d6484e3 | ||
|
||
replace github.com/satori/go.uuid => github.com/gomodules/uuid v4.0.0+incompatible | ||
|
||
replace github.com/dgrijalva/jwt-go => github.com/gomodules/jwt v3.2.2+incompatible | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/emicklei/go-restful/v3 v3.9.0 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-openapi/jsonreference v0.20.0 // indirect | ||
github.com/go-openapi/swag v0.22.3 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/gnostic v0.6.9 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/rogpeppe/go-internal v1.8.0 // indirect | ||
github.com/stretchr/testify v1.8.1 // indirect | ||
golang.org/x/net v0.7.0 // indirect | ||
golang.org/x/oauth2 v0.3.0 // 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/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
k8s.io/api v0.25.3 // indirect | ||
k8s.io/apiextensions-apiserver v0.25.3 // indirect | ||
k8s.io/client-go v0.25.3 // indirect | ||
k8s.io/klog/v2 v2.80.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715 // indirect | ||
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect | ||
sigs.k8s.io/controller-runtime v0.13.1 // 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 | ||
) | ||
|
||
replace github.com/golang-jwt/jwt => github.com/golang-jwt/jwt v3.2.2+incompatible | ||
replace ( | ||
github.com/Masterminds/sprig/v3 => github.com/gomodules/sprig/v3 v3.2.3-0.20220405051441-0a8a99bac1b8 | ||
github.com/imdario/mergo => github.com/imdario/mergo v0.3.6 | ||
sigs.k8s.io/application => github.com/kmodules/application v0.8.4-0.20220917032906-876dc58b7366 | ||
sigs.k8s.io/aws-iam-authenticator => github.com/kmodules/aws-iam-authenticator v0.6.3-0.20230103180352-3adb0d1980d9 | ||
) | ||
|
||
replace github.com/form3tech-oss/jwt-go => github.com/form3tech-oss/jwt-go v3.2.5+incompatible | ||
replace ( | ||
go.opencensus.io => go.opencensus.io v0.23.0 | ||
go.opentelemetry.io/contrib => go.opentelemetry.io/contrib v0.20.0 | ||
go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful => go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.20.0 | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 | ||
go.opentelemetry.io/contrib/propagators => go.opentelemetry.io/contrib/propagators v0.20.0 | ||
go.opentelemetry.io/otel => go.opentelemetry.io/otel v0.20.0 | ||
go.opentelemetry.io/otel/exporters/otlp => go.opentelemetry.io/otel/exporters/otlp v0.20.0 | ||
go.opentelemetry.io/otel/metric => go.opentelemetry.io/otel/metric v0.20.0 | ||
go.opentelemetry.io/otel/oteltest => go.opentelemetry.io/otel/oteltest v0.20.0 | ||
go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v0.20.0 | ||
go.opentelemetry.io/otel/sdk/export/metric => go.opentelemetry.io/otel/sdk/export/metric v0.20.0 | ||
go.opentelemetry.io/otel/sdk/metric => go.opentelemetry.io/otel/sdk/metric v0.20.0 | ||
go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v0.20.0 | ||
go.opentelemetry.io/proto/otlp => go.opentelemetry.io/proto/otlp v0.7.0 | ||
) |
Oops, something went wrong.