Skip to content

Commit 0adaf81

Browse files
authored
Prepare for release v0.0.6 (#5)
ProductLine: Voyager Release: v2022.02.22 Release-tracker: voyagermesh/CHANGELOG#14 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 1824d2f commit 0adaf81

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+7427
-1551
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ require (
99
gomodules.xyz/x v0.0.8
1010
k8s.io/apimachinery v0.21.2
1111
k8s.io/client-go v0.21.2
12-
k8s.io/klog/v2 v2.8.0
13-
kmodules.xyz/client-go v0.0.0-20211023080224-88313b8deed7
12+
k8s.io/klog/v2 v2.9.0
13+
kmodules.xyz/client-go v0.0.0-20220203031013-1de48437aaf3
1414
sigs.k8s.io/yaml v1.2.0
15-
voyagermesh.dev/apimachinery v0.3.0
15+
voyagermesh.dev/apimachinery v0.4.0
1616
)
1717

1818
require (
@@ -41,30 +41,30 @@ require (
4141
github.com/golang/protobuf v1.5.2 // indirect
4242
github.com/google/go-cmp v0.5.6 // indirect
4343
github.com/google/gofuzz v1.2.0 // indirect
44-
github.com/google/uuid v1.1.2 // indirect
44+
github.com/google/uuid v1.3.0 // indirect
4545
github.com/googleapis/gnostic v0.5.5 // indirect
4646
github.com/imdario/mergo v0.3.12 // indirect
4747
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4848
github.com/jpillora/go-ogle-analytics v0.0.0-20161213085824-14b04e0594ef // indirect
4949
github.com/json-iterator/go v1.1.11 // indirect
5050
github.com/mailru/easyjson v0.7.0 // indirect
51-
github.com/mitchellh/mapstructure v1.3.2 // indirect
51+
github.com/mitchellh/mapstructure v1.4.1 // indirect
5252
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5353
github.com/modern-go/reflect2 v1.0.1 // indirect
5454
github.com/pkg/errors v0.9.1 // indirect
5555
github.com/russross/blackfriday/v2 v2.0.1 // indirect
56-
github.com/sergi/go-diff v1.1.0 // indirect
56+
github.com/sergi/go-diff v1.2.0 // indirect
5757
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
5858
github.com/spf13/pflag v1.0.5 // indirect
5959
github.com/yudai/gojsondiff v1.0.0 // indirect
6060
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
6161
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
6262
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
6363
golang.org/x/oauth2 v0.0.0-20210615190721-d04028783cf1 // indirect
64-
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71 // indirect
64+
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
6565
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
66-
golang.org/x/text v0.3.6 // indirect
67-
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
66+
golang.org/x/text v0.3.7 // indirect
67+
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
6868
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
6969
gomodules.xyz/flags v0.1.3 // indirect
7070
gomodules.xyz/homedir v0.1.0 // indirect
@@ -79,12 +79,12 @@ require (
7979
gopkg.in/yaml.v2 v2.4.0 // indirect
8080
k8s.io/api v0.21.2 // indirect
8181
k8s.io/apiextensions-apiserver v0.21.2 // indirect
82-
k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7 // indirect
83-
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b // indirect
84-
kmodules.xyz/monitoring-agent-api v0.0.0-20210928135619-38ca075a2dbd // indirect
85-
kmodules.xyz/webhook-runtime v0.0.0-20210928141616-7f73c2ab318a // indirect
82+
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
83+
k8s.io/utils v0.0.0-20210802155522-efc7438f0176 // indirect
84+
kmodules.xyz/monitoring-agent-api v0.0.0-20211207173549-028e6430395e // indirect
85+
kmodules.xyz/webhook-runtime v0.0.0-20211116181908-909a755cc9d1 // indirect
8686
sigs.k8s.io/controller-runtime v0.9.2 // indirect
87-
sigs.k8s.io/structured-merge-diff/v4 v4.1.0 // indirect
87+
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
8888
)
8989

9090
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d

go.sum

Lines changed: 138 additions & 24 deletions
Large diffs are not rendered by default.

vendor/github.com/google/uuid/hash.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/null.go

Lines changed: 118 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/uuid.go

Lines changed: 52 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/version4.go

Lines changed: 34 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mitchellh/mapstructure/.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

vendor/github.com/mitchellh/mapstructure/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)