-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Update Go to 1.22 * bump go 1.23, bump deps Signed-off-by: Luca Di Maio <[email protected]> --------- Signed-off-by: Luca Di Maio <[email protected]> Co-authored-by: Luca Di Maio <[email protected]>
- Loading branch information
1 parent
556a76c
commit 302a4ee
Showing
532 changed files
with
28,982 additions
and
14,148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gomod | ||
directory: "/" | ||
schedule: | ||
interval: "daily" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ dist | |
lilipod | ||
TODO.* | ||
bin/ | ||
.idea/ | ||
pkg/constants/pty.tar.gz | ||
pty.tar.gz | ||
pty | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
module github.com/89luca89/lilipod | ||
|
||
go 1.23 | ||
go 1.23.0 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/google/go-containerregistry v0.15.2 | ||
github.com/jedib0t/go-pretty/v6 v6.4.6 | ||
github.com/google/go-containerregistry v0.20.2 | ||
github.com/jedib0t/go-pretty/v6 v6.6.5 | ||
github.com/pkg/term v1.1.0 | ||
github.com/schollz/progressbar/v3 v3.9.0 | ||
github.com/spf13/cobra v1.7.0 | ||
golang.org/x/sys v0.7.0 | ||
github.com/schollz/progressbar/v3 v3.17.1 | ||
github.com/spf13/cobra v1.8.1 | ||
golang.org/x/sys v0.28.0 | ||
) | ||
|
||
require ( | ||
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect | ||
github.com/docker/cli v23.0.5+incompatible // indirect | ||
github.com/docker/distribution v2.8.2-beta.1+incompatible // indirect | ||
github.com/docker/docker v23.0.5+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.7.0 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect | ||
github.com/docker/cli v27.4.0+incompatible // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
github.com/docker/docker v27.4.0+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.2 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/klauspost/compress v1.16.5 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/testify v1.8.2 // indirect | ||
github.com/vbatts/tar-split v0.11.3 // indirect | ||
golang.org/x/crypto v0.8.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/term v0.7.0 // indirect | ||
github.com/vbatts/tar-split v0.11.6 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
vendor/github.com/containerd/stargz-snapshotter/estargz/build.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 9 additions & 6 deletions
15
vendor/github.com/containerd/stargz-snapshotter/estargz/testutil.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.