-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added libraries for k8s, http, yaml utils
- Loading branch information
1 parent
b1074d3
commit 22e313f
Showing
4,442 changed files
with
1,505,225 additions
and
248 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,60 +1,138 @@ | ||
module github.com/devtron-labs/common-lib | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require github.com/nats-io/nats.go v1.19.0 | ||
|
||
require go.uber.org/zap v1.21.0 | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.26.0 | ||
github.com/Azure/go-autorest/autorest v0.11.28 | ||
github.com/Azure/go-autorest/autorest/adal v0.9.18 | ||
cloud.google.com/go/storage v1.28.1 | ||
github.com/Azure/go-autorest/autorest v0.11.29 | ||
github.com/Azure/go-autorest/autorest/adal v0.9.23 | ||
github.com/aws/aws-sdk-go v1.43.27 | ||
github.com/caarlos0/env v3.5.0+incompatible | ||
github.com/stretchr/testify v1.7.0 | ||
google.golang.org/api v0.94.0 | ||
github.com/devtron-labs/authenticator v0.4.31 | ||
github.com/stretchr/testify v1.8.4 | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 | ||
google.golang.org/api v0.114.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/api v0.24.2 | ||
k8s.io/apimachinery v0.24.2 | ||
k8s.io/client-go v0.24.2 | ||
k8s.io/kubernetes v1.28.1 | ||
k8s.io/metrics v0.0.0 | ||
k8s.io/utils v0.0.0-20230726121419-3b25d923346b | ||
sigs.k8s.io/yaml v1.3.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.102.1 // indirect | ||
cloud.google.com/go/compute v1.7.0 // indirect | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
cloud.google.com/go v0.110.0 // indirect | ||
cloud.google.com/go/compute v1.19.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v0.13.0 // indirect | ||
github.com/Azure/azure-pipeline-go v0.2.3 // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/caarlos0/env/v6 v6.7.2 // indirect | ||
github.com/coreos/go-oidc v2.2.1+incompatible // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/emicklei/go-restful/v3 v3.9.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.3 // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/swag v0.22.3 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/google/gnostic v0.5.7-v3refs // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.7.1 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // 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/mattn/go-ieproxy v0.0.1 // 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/pmezard/go-difflib v1.0.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect | ||
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect | ||
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect | ||
github.com/pquerna/cachecontrol v0.1.0 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.opentelemetry.io/otel v1.18.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.18.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.18.0 // indirect | ||
golang.org/x/net v0.13.0 // indirect | ||
golang.org/x/oauth2 v0.8.0 // indirect | ||
golang.org/x/sys v0.10.0 // indirect | ||
golang.org/x/term v0.10.0 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220810155839-1856144b1d9c // indirect | ||
google.golang.org/grpc v1.48.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||
google.golang.org/grpc v1.54.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/klog/v2 v2.100.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | ||
) | ||
|
||
require ( | ||
github.com/Azure/azure-storage-blob-go v0.12.0 | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/nats-io/nats-server/v2 v2.8.4 // indirect | ||
github.com/nats-io/nkeys v0.3.0 // indirect | ||
github.com/nats-io/nuid v1.0.1 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.11.0 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
) | ||
|
||
replace ( | ||
k8s.io/api => k8s.io/api v0.24.2 | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.24.2 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.24.2 | ||
k8s.io/apiserver => k8s.io/apiserver v0.24.2 | ||
k8s.io/cli-runtime => k8s.io/cli-runtime v0.24.2 | ||
k8s.io/client-go => k8s.io/client-go v0.24.2 | ||
k8s.io/cloud-provider => k8s.io/cloud-provider v0.24.2 | ||
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.24.2 | ||
k8s.io/code-generator => k8s.io/code-generator v0.24.2 | ||
k8s.io/component-base => k8s.io/component-base v0.24.2 | ||
k8s.io/component-helpers => k8s.io/component-helpers v0.24.2 | ||
k8s.io/controller-manager => k8s.io/controller-manager v0.24.2 | ||
k8s.io/cri-api => k8s.io/cri-api v0.24.2 | ||
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.24.2 | ||
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.24.2 | ||
k8s.io/endpointslice => k8s.io/endpointslice v0.24.2 | ||
k8s.io/kms => k8s.io/kms v0.24.2 | ||
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.24.2 | ||
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.24.2 | ||
k8s.io/kube-proxy => k8s.io/kube-proxy v0.24.2 | ||
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.24.2 | ||
k8s.io/kubectl => k8s.io/kubectl v0.24.2 | ||
k8s.io/kubelet => k8s.io/kubelet v0.24.2 | ||
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.24.2 | ||
k8s.io/metrics => k8s.io/metrics v0.24.2 | ||
k8s.io/mount-utils => k8s.io/mount-utils v0.24.2 | ||
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.24.2 | ||
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.24.2 | ||
) |
Oops, something went wrong.