Commit c962647
bump up stargz-snapshotter
The git repo of github.com/containerd/stargz-snapshotter now has two go.mod modules:
- github.com/containerd/stargz-snapshotter
- github.com/containerd/stargz-snapshotter/estargz
So we need to have the following `replace` directive in `go.mod`:
```
github.com/containerd/stargz-snapshotter/estargz => github.com/containerd/stargz-snapshotter/estargz <VERSION>
```
Otherwise `go mod tidy` fails with the following error:
```
go: github.com/containerd/[email protected] requires
github.com/containerd/stargz-snapshotter/[email protected]: invalid version: unknown revision 000000000000
```
ref: containerd/stargz-snapshotter#195
Signed-off-by: Akihiro Suda <[email protected]>1 parent b9b1cc5 commit c962647
File tree
362 files changed
+27759
-6840
lines changed- vendor
- github.com
- Microsoft/go-winio/backuptar
- containerd
- cgroups/stats/v1
- containerd
- api/services/tasks/v1
- archive
- compression
- content/local
- images
- log
- oci
- platforms
- reference
- rootfs
- snapshots
- continuity
- devices
- fs
- stargz-snapshotter
- estargz
- errorutil
- fs
- reader
- util
- positionwatcher
- tempfiles
- ttrpc
- gogo/googleapis/google/rpc
- google/go-cmp/cmp
- internal
- diff
- value
- hanwen/go-fuse/v2
- fs
- fuse
- hashicorp
- errwrap
- go-multierror
- klauspost/compress
- fse
- huff0
- snappy
- zstd
- internal/xxhash
- opencontainers/selinux
- go-selinux
- label
- pkg/pwalk
- willf/bitset
- golang.org/x
- sync/singleflight
- sys
- cpu
- unix
- windows
- registry
- google.golang.org/grpc
- attributes
- balancer
- base
- grpclb/state
- roundrobin
- binarylog/grpc_binarylog_v1
- credentials
- health
- grpc_health_v1
- internal
- binarylog
- envconfig
- grpcutil
- resolver/dns
- serviceconfig
- status
- syscall
- transport
- naming
- resolver
- stats
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
362 files changed
+27759
-6840
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments