Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cherry-pick] Publish GenericResource (#1383) #1385

Merged
merged 1 commit into from
Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ go 1.15

require (
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.3
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cobra v1.2.1
go.bytebuilders.dev/license-verifier/kubernetes v0.9.7
gomodules.xyz/flags v0.1.3
gomodules.xyz/go-sh v0.1.0
gomodules.xyz/logs v0.0.6
gomodules.xyz/pointer v0.1.0
gomodules.xyz/x v0.0.8
gomodules.xyz/x v0.0.10
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
k8s.io/klog/v2 v2.8.0
kmodules.xyz/client-go v0.0.0-20220108081101-27afc2ac4ebe
kmodules.xyz/custom-resources v0.0.0-20220104123914-3c036dd7c1cd
kmodules.xyz/offshoot-api v0.0.0-20211103060642-3e217667cf41
k8s.io/klog/v2 v2.9.0
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
kmodules.xyz/client-go v0.0.0-20220203031013-1de48437aaf3
kmodules.xyz/custom-resources v0.0.0-20220126201139-be014631db0c
kmodules.xyz/objectstore-api v0.0.0-20211207131029-3271069de43e // indirect
kmodules.xyz/offshoot-api v0.0.0-20211207130839-cc7187e020cf
kubedb.dev/apimachinery v0.23.0
stash.appscode.dev/apimachinery v0.17.1-0.20220113052814-7da4b19c88a3
)
Expand Down Expand Up @@ -110,7 +113,7 @@ replace k8s.io/api => k8s.io/api v0.21.1

replace k8s.io/apimachinery => github.com/kmodules/apimachinery v0.21.2-rc.0.0.20210617231004-332981b97d2d

replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.2-0.20210716212718-83e5493ac170
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.2-0.20220112070009-e3f6e88991d9

replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.21.1

Expand Down
68 changes: 52 additions & 16 deletions go.sum

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions vendor/github.com/mitchellh/mapstructure/.travis.yml

This file was deleted.

52 changes: 52 additions & 0 deletions vendor/github.com/mitchellh/mapstructure/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 55 additions & 16 deletions vendor/github.com/mitchellh/mapstructure/decode_hooks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/mitchellh/mapstructure/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading