Skip to content

Commit

Permalink
Update go.mod dependencies
Browse files Browse the repository at this point in the history
--------

index 768f943e..34f3e504 100644
@@ -13,23 +13,23 @@ replace (

-	code.cloudfoundry.org/archiver v0.21.0
-	code.cloudfoundry.org/clock v1.23.0
-	code.cloudfoundry.org/commandrunner v0.20.0
-	code.cloudfoundry.org/debugserver v0.27.0
-	code.cloudfoundry.org/garden v0.0.0-20241204021200-54cb6c5db32b
+	code.cloudfoundry.org/archiver v0.22.0
+	code.cloudfoundry.org/clock v1.24.0
+	code.cloudfoundry.org/commandrunner v0.21.0
+	code.cloudfoundry.org/debugserver v0.28.0
+	code.cloudfoundry.org/garden v0.0.0-20241204145308-c4f1fc9d4727
 	code.cloudfoundry.org/grootfs v0.30.0
-	code.cloudfoundry.org/idmapper v0.0.0-20241127021221-b25f6f7c0d44
-	code.cloudfoundry.org/lager/v3 v3.17.0
-	code.cloudfoundry.org/localip v0.21.0
+	code.cloudfoundry.org/idmapper v0.0.0-20241204145452-532cfeadb28c
+	code.cloudfoundry.org/lager/v3 v3.18.0
+	code.cloudfoundry.org/localip v0.22.0
 	github.com/BurntSushi/toml v1.4.0
 	github.com/cloudfoundry/dropsonde v1.1.0
-	github.com/cloudfoundry/gosigar v1.3.78
+	github.com/cloudfoundry/gosigar v1.3.79
 	github.com/containerd/containerd v1.7.24
 	github.com/containerd/containerd/api v1.8.0
 	github.com/containerd/errdefs v1.0.0
 	github.com/containerd/typeurl/v2 v2.2.3
-	github.com/docker/docker v27.3.1+incompatible
+	github.com/docker/docker v27.4.0+incompatible
 	github.com/eapache/go-resiliency v1.7.0
 	github.com/hashicorp/go-multierror v1.1.1
 	github.com/jessevdk/go-flags v1.6.1
 	github.com/mitchellh/copystructure v1.2.0
 	github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
 	github.com/onsi/ginkgo/v2 v2.22.0
-	github.com/onsi/gomega v1.36.0
+	github.com/onsi/gomega v1.36.1
 	github.com/opencontainers/go-digest v1.0.0
 	github.com/opencontainers/image-spec v1.1.0
-	github.com/opencontainers/runc v1.2.2
+	github.com/opencontainers/runc v1.2.3
 	github.com/opencontainers/runtime-spec v1.2.0
 	github.com/pkg/errors v0.9.1
 	github.com/sirupsen/logrus v1.9.3
 	github.com/urfave/cli/v2 v2.27.5
 	github.com/vishvananda/netlink v1.3.0
 	github.com/vishvananda/netns v0.0.5
-	golang.org/x/sys v0.27.0
+	golang.org/x/sys v0.28.0
 	gopkg.in/yaml.v2 v2.4.0
  • Loading branch information
tas-runtime-bot authored and git committed Dec 11, 2024
1 parent 5a61a8b commit 4aa44a9
Show file tree
Hide file tree
Showing 60 changed files with 2,074 additions and 474 deletions.
52 changes: 26 additions & 26 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ replace (
)

require (
code.cloudfoundry.org/archiver v0.21.0
code.cloudfoundry.org/clock v1.23.0
code.cloudfoundry.org/commandrunner v0.20.0
code.cloudfoundry.org/debugserver v0.27.0
code.cloudfoundry.org/garden v0.0.0-20241204021200-54cb6c5db32b
code.cloudfoundry.org/archiver v0.22.0
code.cloudfoundry.org/clock v1.24.0
code.cloudfoundry.org/commandrunner v0.21.0
code.cloudfoundry.org/debugserver v0.28.0
code.cloudfoundry.org/garden v0.0.0-20241204145308-c4f1fc9d4727
code.cloudfoundry.org/grootfs v0.30.0
code.cloudfoundry.org/idmapper v0.0.0-20241127021221-b25f6f7c0d44
code.cloudfoundry.org/lager/v3 v3.17.0
code.cloudfoundry.org/localip v0.21.0
code.cloudfoundry.org/idmapper v0.0.0-20241204145452-532cfeadb28c
code.cloudfoundry.org/lager/v3 v3.18.0
code.cloudfoundry.org/localip v0.22.0
github.com/BurntSushi/toml v1.4.0
github.com/cloudfoundry/dropsonde v1.1.0
github.com/cloudfoundry/gosigar v1.3.78
github.com/cloudfoundry/gosigar v1.3.79
github.com/containerd/containerd v1.7.24
github.com/containerd/containerd/api v1.8.0
github.com/containerd/errdefs v1.0.0
github.com/containerd/typeurl/v2 v2.2.3
github.com/docker/docker v27.3.1+incompatible
github.com/docker/docker v27.4.0+incompatible
github.com/eapache/go-resiliency v1.7.0
github.com/hashicorp/go-multierror v1.1.1
github.com/jessevdk/go-flags v1.6.1
Expand All @@ -38,10 +38,10 @@ require (
github.com/mitchellh/copystructure v1.2.0
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/ginkgo/v2 v2.22.0
github.com/onsi/gomega v1.36.0
github.com/onsi/gomega v1.36.1
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0
github.com/opencontainers/runc v1.2.2
github.com/opencontainers/runc v1.2.3
github.com/opencontainers/runtime-spec v1.2.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand All @@ -50,7 +50,7 @@ require (
github.com/urfave/cli/v2 v2.27.5
github.com/vishvananda/netlink v1.3.0
github.com/vishvananda/netns v0.0.5
golang.org/x/sys v0.27.0
golang.org/x/sys v0.28.0
gopkg.in/yaml.v2 v2.4.0
)

Expand Down Expand Up @@ -89,7 +89,7 @@ require (
github.com/containers/ocicrypt v1.2.0 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
github.com/cyphar/filepath-securejoin v0.3.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-events v0.0.0-20241114183025-9940093291f5 // indirect
Expand All @@ -108,7 +108,7 @@ require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20241203143554-1e3fdc7de467 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
Expand Down Expand Up @@ -162,20 +162,20 @@ require (
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.32.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/crypto v0.30.0 // indirect
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/text v0.20.0 // 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
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.27.0 // indirect
google.golang.org/genproto v0.0.0-20241202173237-19429a94021a // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
google.golang.org/grpc v1.68.0 // indirect
golang.org/x/tools v0.28.0 // indirect
google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241206012308-a4fef0638583 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/grpc v1.68.1 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 4aa44a9

Please sign in to comment.