Commit 6ade6d5
Switch containers/[image,storage,common] to go.podman.io
These go packages were migrated to a monorepo, as stated in the
https://blog.podman.io/2025/08/migration-to-the-container-libs-monorepo-is-complete/.
This commit updates the crc package to use these packages from new locations.
It was generated using following commands:
```
$ find . -type f -name '*.go' -exec sed -i -e 's,"github.com/containers/image,"go.podman.io/image,g' {} \;
$ find . -type f -name '*.go' -exec sed -i -e 's,"github.com/containers/common,"go.podman.io/common,g' {} \;
$ find . -type f -name '*.go' -exec sed -i -e 's,"github.com/containers/storage,"go.podman.io/storage,g' {} \;
$ goimports -v -w .
$ git checkout vendor/
$ git checkout tools/vendor
$ vi go.mod # to change the storage, image and common imports
$ go mod tidy
$ go mod vendor
```
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>1 parent f3069a0 commit 6ade6d5
359 files changed
Lines changed: 5041 additions & 2672 deletions
File tree
- cmd/crc/cmd
- pkg
- crc
- api
- client
- cluster
- config
- constants
- image
- machine
- config
- types
- validation
- drivers/libhvee
- test/e2e/testsuite
- vendor
- github.com
- docker/go-connections/tlsconfig
- google/pprof/profile
- mattn/go-sqlite3
- proglottis/gpgme
- go.podman.io
- common
- pkg/strongunits
- image/v5
- copy
- directory
- explicitfilepath
- docker
- policyconfiguration
- reference
- internal
- blobinfocache
- imagedestination
- impl
- stubs
- imagesource
- impl
- stubs
- image
- iolimits
- manifest
- multierr
- pkg/platform
- private
- putblobdigest
- rootless
- set
- signature
- signer
- streamdigest
- tmpdir
- unparsedimage
- uploadreader
- useragent
- manifest
- pkg
- blobinfocache
- internal/prioritize
- memory
- none
- sqlite
- compression
- internal
- types
- docker/config
- strslice
- sysregistriesv2
- tlsclientconfig
- signature
- internal
- sequoia
- signer
- sigstore
- internal
- simplesigning
- transports
- types
- version
- storage
- internal/rawfilelock
- pkg
- archive
- chunked
- compressor
- internal/minimal
- toc
- fileutils
- homedir
- idtools
- ioutils
- lockfile
- longpath
- mount
- pools
- promise
- reexec
- regexp
- system
- google.golang.org
- genproto/googleapis/api
- annotations
- protobuf
- internal
- genid
- version
- types/descriptorpb
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
185 | | - | |
186 | | - | |
| 186 | + | |
| 187 | + | |
187 | 188 | | |
188 | | - | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | | - | |
| 199 | + | |
199 | 200 | | |
0 commit comments