Skip to content

Commit 9ddbdfe

Browse files
authored
[cherry-pick] Use restic 0.13.0 (#1131) (#1140)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent f8a7044 commit 9ddbdfe

File tree

270 files changed

+12623
-7220
lines changed

Some content is hidden

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

270 files changed

+12623
-7220
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ else
4343
endif
4444
endif
4545

46-
RESTIC_VER := 0.12.1
46+
RESTIC_VER := 0.13.0
4747

4848
###
4949
### These variables should not need tweaking.

go.mod

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,41 @@ module stash.appscode.dev/elasticsearch
33
go 1.15
44

55
require (
6+
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
7+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
8+
github.com/go-openapi/jsonreference v0.19.5 // indirect
9+
github.com/go-openapi/spec v0.19.8 // indirect
10+
github.com/go-openapi/swag v0.19.14 // indirect
11+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
12+
github.com/google/gofuzz v1.2.0 // indirect
13+
github.com/mailru/easyjson v0.7.7 // indirect
14+
github.com/onsi/ginkgo v1.16.5 // indirect
15+
github.com/onsi/gomega v1.17.0 // indirect
16+
github.com/prometheus/common v0.28.0 // indirect
617
github.com/spf13/cobra v1.2.1
718
go.bytebuilders.dev/license-verifier/kubernetes v0.9.7
19+
go.uber.org/zap v1.19.1 // indirect
20+
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
21+
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
22+
golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
23+
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
824
gomodules.xyz/flags v0.1.3
925
gomodules.xyz/go-sh v0.1.0
1026
gomodules.xyz/logs v0.0.6
11-
gomodules.xyz/x v0.0.10
27+
gomodules.xyz/x v0.0.13
28+
google.golang.org/protobuf v1.27.1 // indirect
1229
k8s.io/api v0.21.1
1330
k8s.io/apimachinery v0.21.1
1431
k8s.io/client-go v0.21.1
1532
k8s.io/klog/v2 v2.9.0
16-
kmodules.xyz/client-go v0.0.0-20220203031013-1de48437aaf3
17-
kmodules.xyz/custom-resources v0.0.0-20220208103158-61b298634e43
18-
kmodules.xyz/offshoot-api v0.0.0-20211207130839-cc7187e020cf
33+
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
34+
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
35+
kmodules.xyz/client-go v0.0.0-20220317213815-2a6d5a5784f2
36+
kmodules.xyz/custom-resources v0.0.0-20220317220154-7beb809b1f5e
37+
kmodules.xyz/objectstore-api v0.0.0-20220317220441-f1d593d0a778 // indirect
38+
kmodules.xyz/offshoot-api v0.0.0-20220323112402-3b0fd2ea77d6
39+
sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
40+
sigs.k8s.io/yaml v1.3.0 // indirect
1941
stash.appscode.dev/apimachinery v0.18.0
2042
)
2143

go.sum

Lines changed: 63 additions & 25 deletions
Large diffs are not rendered by default.

vendor/github.com/evanphx/json-patch/.gitignore

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

vendor/github.com/evanphx/json-patch/patch.go

Lines changed: 63 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/gofuzz/.travis.yml

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

vendor/github.com/google/gofuzz/CONTRIBUTING.md

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/gofuzz/README.md

Lines changed: 18 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/gofuzz/bytesource/bytesource.go

Lines changed: 81 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)