-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docker-up] Cleanup lints and fix build issues
Tool: gitpod/catfood.gitpod.cloud
- Loading branch information
Showing
6 changed files
with
41 additions
and
41 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
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
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,20 +1,19 @@ | ||
module github.com/gitpod-io/gitpod/docker-up | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/opencontainers/runtime-spec v1.1.0 | ||
github.com/rootless-containers/rootlesskit v1.1.0 | ||
github.com/opencontainers/runtime-spec v1.2.0 | ||
github.com/rootless-containers/rootlesskit v1.1.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/vishvananda/netlink v1.1.0 | ||
golang.org/x/sys v0.11.0 | ||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f | ||
github.com/spf13/pflag v1.0.6 | ||
github.com/vishvananda/netlink v1.3.0 | ||
golang.org/x/sys v0.30.0 | ||
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da | ||
) | ||
|
||
require ( | ||
github.com/stretchr/testify v1.8.1 // indirect | ||
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect | ||
) | ||
require github.com/vishvananda/netns v0.0.4 // indirect | ||
|
||
replace github.com/gitpod-io/gitpod/common-go => ../common-go // leeway |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.