Skip to content

Commit

Permalink
Update deps (#205)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed May 29, 2023
1 parent 1e979c4 commit 45c1d9e
Show file tree
Hide file tree
Showing 237 changed files with 16,317 additions and 14,485 deletions.
2 changes: 2 additions & 0 deletions .config/api-rules/violation_exceptions.list
Expand Up @@ -223,3 +223,5 @@ API rule violation: names_match,k8s.io/apimachinery/pkg/util/intstr,IntOrString,
API rule violation: names_match,kmodules.xyz/client-go/api/v1,CertificateSpec,URIs
API rule violation: names_match,kmodules.xyz/client-go/api/v1,TimeOfDay,Time
API rule violation: names_match,kmodules.xyz/offshoot-api/api/v1,ContainerRuntimeSettings,IONice
API rule violation: names_match,kmodules.xyz/offshoot-api/api/v1,VolumeSource,CephFS
API rule violation: names_match,kmodules.xyz/offshoot-api/api/v1,VolumeSource,StorageOS
635 changes: 548 additions & 87 deletions apis/repositories/v1alpha1/openapi_generated.go

Large diffs are not rendered by default.

635 changes: 548 additions & 87 deletions apis/stash/v1alpha1/openapi_generated.go

Large diffs are not rendered by default.

635 changes: 548 additions & 87 deletions apis/stash/v1beta1/openapi_generated.go

Large diffs are not rendered by default.

635 changes: 548 additions & 87 deletions apis/ui/v1alpha1/openapi_generated.go

Large diffs are not rendered by default.

35 changes: 17 additions & 18 deletions go.mod
Expand Up @@ -10,22 +10,22 @@ require (
github.com/google/gofuzz v1.2.0
github.com/json-iterator/go v1.1.12
github.com/prometheus/client_golang v1.13.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.3
gomodules.xyz/go-sh v0.1.0
gomodules.xyz/pointer v0.1.0
gomodules.xyz/runtime v0.3.0
gomodules.xyz/x v0.0.14
gomodules.xyz/x v0.0.15
k8s.io/api v0.25.1
k8s.io/apiextensions-apiserver v0.25.1
k8s.io/apimachinery v0.25.3
k8s.io/client-go v0.25.1
k8s.io/klog/v2 v2.80.1
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1
kmodules.xyz/client-go v0.25.19
kmodules.xyz/client-go v0.25.23
kmodules.xyz/crd-schema-fuzz v0.25.0
kmodules.xyz/custom-resources v0.25.0
kmodules.xyz/objectstore-api v0.25.1-0.20221104003322-f0289b5b6ca2
kmodules.xyz/offshoot-api v0.25.0
kmodules.xyz/custom-resources v0.25.2
kmodules.xyz/objectstore-api v0.25.1
kmodules.xyz/offshoot-api v0.25.4
kmodules.xyz/prober v0.25.0
sigs.k8s.io/controller-runtime v0.13.1
sigs.k8s.io/yaml v1.3.0
Expand All @@ -35,10 +35,9 @@ require (
cloud.google.com/go/compute v1.13.0 // indirect
cloud.google.com/go/compute/metadata v0.2.2 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/PuerkitoBio/purell v1.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
Expand All @@ -50,7 +49,7 @@ require (
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
Expand All @@ -65,7 +64,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/huandu/xstrings v1.3.1 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
Expand All @@ -84,7 +83,7 @@ require (
github.com/sergi/go-diff v1.2.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.6.0 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
Expand All @@ -105,15 +104,15 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.5.0 // indirect
golang.org/x/sync v0.1.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/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.1.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
gomodules.xyz/mergo v0.3.13 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c // indirect
Expand Down

0 comments on commit 45c1d9e

Please sign in to comment.