-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump dependencies * CI: increase "Release*" tasks container memory from 4 to 8 GB
- Loading branch information
Showing
11 changed files
with
265 additions
and
284 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,108 @@ | ||
module github.com/cirruslabs/vetu | ||
|
||
go 1.21.0 | ||
go 1.22.0 | ||
|
||
toolchain go1.22.5 | ||
|
||
require ( | ||
github.com/avast/retry-go/v4 v4.5.1 | ||
github.com/distribution/reference v0.5.0 | ||
github.com/docker/cli v24.0.6+incompatible | ||
github.com/avast/retry-go/v4 v4.6.0 | ||
github.com/distribution/reference v0.6.0 | ||
github.com/docker/cli v27.1.1+incompatible | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/getsentry/sentry-go v0.25.0 | ||
github.com/google/uuid v1.4.0 | ||
github.com/getsentry/sentry-go v0.28.1 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gosuri/uitable v0.0.4 | ||
github.com/hashicorp/go-version v1.6.0 | ||
github.com/insomniacslk/dhcp v0.0.0-20230908212754-65c27093e38a | ||
github.com/hashicorp/go-version v1.7.0 | ||
github.com/insomniacslk/dhcp v0.0.0-20240710054256-ddd8a41251c9 | ||
github.com/klauspost/oui v0.0.0-20150225163751-35b4deb627f8 | ||
github.com/opencontainers/go-digest v1.0.0 | ||
github.com/otiai10/copy v1.12.0 | ||
github.com/otiai10/copy v1.14.0 | ||
github.com/pierrec/lz4/v4 v4.1.21 | ||
github.com/projectcalico/libcalico-go v1.7.3 | ||
github.com/regclient/regclient v0.5.4 | ||
github.com/samber/lo v1.38.1 | ||
github.com/schollz/progressbar/v3 v3.13.1 | ||
github.com/seancfoley/ipaddress-go v1.5.4 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/testcontainers/testcontainers-go v0.26.0 | ||
github.com/regclient/regclient v0.7.0 | ||
github.com/samber/lo v1.46.0 | ||
github.com/schollz/progressbar/v3 v3.14.5 | ||
github.com/seancfoley/ipaddress-go v1.6.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/testcontainers/testcontainers-go v0.32.0 | ||
github.com/vishvananda/netlink v1.2.1-beta.2 | ||
golang.org/x/crypto v0.21.0 | ||
golang.org/x/sys v0.18.0 | ||
golang.org/x/term v0.18.0 | ||
gvisor.dev/gvisor v0.0.0-20230926030033-4af66e670562 | ||
inet.af/tcpproxy v0.0.0-20221017015627-91f861402626 | ||
golang.org/x/crypto v0.25.0 | ||
golang.org/x/sys v0.22.0 | ||
golang.org/x/term v0.22.0 | ||
gvisor.dev/gvisor v0.0.0-20240731183317-ba03cb2cbb61 | ||
inet.af/tcpproxy v0.0.0-20231102063150-2862066fc2a9 | ||
pault.ag/go/debian v0.16.0 | ||
) | ||
|
||
require ( | ||
dario.cat/mergo v1.0.0 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/Microsoft/hcsshim v0.11.1 // indirect | ||
github.com/cenkalti/backoff/v4 v4.2.1 // indirect | ||
github.com/containerd/containerd v1.7.7 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/Microsoft/hcsshim v0.12.5 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/containerd/containerd v1.7.20 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
github.com/containerd/platforms v0.2.1 // indirect | ||
github.com/cpuguy83/dockercfg v0.3.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/docker v24.0.6+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.0 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/docker v27.1.1+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.2 // indirect | ||
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/btree v1.0.1 // indirect | ||
github.com/google/btree v1.1.2 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/josharian/native v1.1.0 // indirect | ||
github.com/kjk/lzma v0.0.0-20161016003348-3fd93898850d // indirect | ||
github.com/klauspost/compress v1.16.5 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect | ||
github.com/moby/docker-image-spec v1.3.1 // indirect | ||
github.com/moby/patternmatcher v0.6.0 // indirect | ||
github.com/moby/sys/sequential v0.5.0 // indirect | ||
github.com/moby/sys/sequential v0.6.0 // indirect | ||
github.com/moby/sys/user v0.2.0 // indirect | ||
github.com/moby/term v0.5.0 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect | ||
github.com/opencontainers/runc v1.1.5 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect | ||
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect | ||
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/seancfoley/bintree v1.2.1 // indirect | ||
github.com/shirou/gopsutil/v3 v3.23.9 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/seancfoley/bintree v1.3.1 // indirect | ||
github.com/shirou/gopsutil/v3 v3.24.5 // indirect | ||
github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/tklauser/go-sysconf v0.3.12 // indirect | ||
github.com/tklauser/numcpus v0.6.1 // indirect | ||
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect | ||
github.com/tklauser/go-sysconf v0.3.14 // indirect | ||
github.com/tklauser/numcpus v0.8.0 // indirect | ||
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect | ||
github.com/ulikunitz/xz v0.5.12 // indirect | ||
github.com/vishvananda/netns v0.0.4 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect | ||
golang.org/x/mod v0.12.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.13.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||
google.golang.org/grpc v1.57.1 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect | ||
go.opentelemetry.io/otel v1.28.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.28.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect | ||
google.golang.org/grpc v1.65.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
pault.ag/go/topsort v0.1.1 // indirect | ||
) |
Oops, something went wrong.