Skip to content

Commit 3a8b386

Browse files
1gtmtamalsaha
authored andcommitted
Use restic 0.13.0 (#1480)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 24836e6 commit 3a8b386

File tree

434 files changed

+65076
-9282
lines changed

Some content is hidden

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

434 files changed

+65076
-9282
lines changed

Makefile

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

45-
RESTIC_VER := 0.12.1
45+
RESTIC_VER := 0.13.0
4646

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

go.mod

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,44 @@ module stash.appscode.dev/mongodb
33
go 1.15
44

55
require (
6-
github.com/json-iterator/go v1.1.12 // indirect
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/mailru/easyjson v0.7.7 // indirect
13+
github.com/onsi/ginkgo v1.16.5 // indirect
14+
github.com/onsi/gomega v1.17.0 // indirect
715
github.com/pkg/errors v0.9.1
16+
github.com/prometheus/common v0.28.0 // indirect
817
github.com/spf13/cobra v1.2.1
918
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
1024
gomodules.xyz/flags v0.1.3
1125
gomodules.xyz/go-sh v0.1.0
1226
gomodules.xyz/logs v0.0.6
1327
gomodules.xyz/pointer v0.1.0
14-
gomodules.xyz/x v0.0.10
28+
gomodules.xyz/x v0.0.13
29+
google.golang.org/protobuf v1.27.1 // indirect
1530
k8s.io/api v0.21.1
1631
k8s.io/apimachinery v0.21.1
1732
k8s.io/client-go v0.21.1
1833
k8s.io/klog/v2 v2.9.0
19-
kmodules.xyz/client-go v0.0.0-20220203031013-1de48437aaf3
20-
kmodules.xyz/custom-resources v0.0.0-20220208103158-61b298634e43
21-
kmodules.xyz/offshoot-api v0.0.0-20211207130839-cc7187e020cf
34+
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
35+
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
36+
kmodules.xyz/client-go v0.0.0-20220317213815-2a6d5a5784f2
37+
kmodules.xyz/custom-resources v0.0.0-20220317220154-7beb809b1f5e
38+
kmodules.xyz/objectstore-api v0.0.0-20220317220441-f1d593d0a778 // indirect
39+
kmodules.xyz/offshoot-api v0.0.0-20220323112402-3b0fd2ea77d6
2240
kubedb.dev/apimachinery v0.23.0
23-
stash.appscode.dev/apimachinery v0.18.0
41+
sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
42+
sigs.k8s.io/yaml v1.3.0 // indirect
43+
stash.appscode.dev/apimachinery v0.17.1-0.20220113052814-7da4b19c88a3
2444
)
2545

2646
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d
@@ -127,7 +147,7 @@ replace k8s.io/utils => k8s.io/utils v0.0.0-20201110183641-67b214c5f920
127147

128148
replace sigs.k8s.io/application => github.com/kmodules/application v0.8.4-0.20210427030912-90eeee3bc4ad
129149

130-
replace github.com/satori/go.uuid => github.com/gofrs/uuid v4.0.0+incompatible
150+
replace github.com/satori/go.uuid => github.com/gomodules/uuid v4.0.0+incompatible
131151

132152
replace github.com/dgrijalva/jwt-go => github.com/gomodules/jwt v3.2.2+incompatible
133153

go.sum

Lines changed: 59 additions & 28 deletions
Large diffs are not rendered by default.

vendor/github.com/beorn7/perks/LICENSE

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