Skip to content

Commit

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

index 01081c59..93c80ad4 100644
@@ -16,18 +16,18 @@ replace (

-	code.cloudfoundry.org/archiver v0.0.0-20231025144553-f19bf6305121
+	code.cloudfoundry.org/archiver v0.0.0-20231101144724-e7fc2b4c7367
 	code.cloudfoundry.org/clock v1.1.0
 	code.cloudfoundry.org/commandrunner v0.0.0-20230612151827-2b11a2b4e9b8
-	code.cloudfoundry.org/debugserver v0.0.0-20231025144512-5380d389e103
-	code.cloudfoundry.org/garden v0.0.0-20231024181552-0abe26bb4e46
+	code.cloudfoundry.org/debugserver v0.0.0-20231101144826-61d4b1f2e7b6
+	code.cloudfoundry.org/garden v0.0.0-20231031181541-0ff6ac1ac49c
 	code.cloudfoundry.org/grootfs v0.30.0
-	code.cloudfoundry.org/idmapper v0.0.0-20231024181700-0f6c3ab3fadf
+	code.cloudfoundry.org/idmapper v0.0.0-20231031181703-da088791540f
 	code.cloudfoundry.org/lager/v3 v3.0.2
-	code.cloudfoundry.org/localip v0.0.0-20231025145031-77dc93c89492
+	code.cloudfoundry.org/localip v0.0.0-20231101144618-f2950077affe
 	github.com/BurntSushi/toml v1.3.2
 	github.com/cloudfoundry/dropsonde v1.1.0
-	github.com/cloudfoundry/gosigar v1.3.34
+	github.com/cloudfoundry/gosigar v1.3.35
 	github.com/containerd/containerd v1.7.8
 	github.com/containerd/typeurl/v2 v2.1.1
 	github.com/docker/docker v24.0.7+incompatible
 	github.com/onsi/gomega v1.29.0
 	github.com/opencontainers/go-digest v1.0.0
 	github.com/opencontainers/image-spec v1.1.0-rc5
-	github.com/opencontainers/runc v1.1.9
+	github.com/opencontainers/runc v1.1.10
 	github.com/opencontainers/runtime-spec v1.1.0
 	github.com/pkg/errors v0.9.1
 	github.com/sirupsen/logrus v1.9.3
 	github.com/urfave/cli/v2 v2.25.7
 	github.com/vishvananda/netlink v1.2.1-beta.2
 	github.com/vishvananda/netns v0.0.4
-	golang.org/x/sys v0.13.0
+	golang.org/x/sys v0.14.0
 	gopkg.in/yaml.v2 v2.4.0
  • Loading branch information
tas-runtime-bot committed Nov 7, 2023
1 parent 8789f01 commit cbdd708
Show file tree
Hide file tree
Showing 381 changed files with 717 additions and 636 deletions.
36 changes: 18 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ replace (
)

require (
code.cloudfoundry.org/archiver v0.0.0-20231025144553-f19bf6305121
code.cloudfoundry.org/archiver v0.0.0-20231101144724-e7fc2b4c7367
code.cloudfoundry.org/clock v1.1.0
code.cloudfoundry.org/commandrunner v0.0.0-20230612151827-2b11a2b4e9b8
code.cloudfoundry.org/debugserver v0.0.0-20231025144512-5380d389e103
code.cloudfoundry.org/garden v0.0.0-20231024181552-0abe26bb4e46
code.cloudfoundry.org/debugserver v0.0.0-20231101144826-61d4b1f2e7b6
code.cloudfoundry.org/garden v0.0.0-20231031181541-0ff6ac1ac49c
code.cloudfoundry.org/grootfs v0.30.0
code.cloudfoundry.org/idmapper v0.0.0-20231024181700-0f6c3ab3fadf
code.cloudfoundry.org/idmapper v0.0.0-20231031181703-da088791540f
code.cloudfoundry.org/lager/v3 v3.0.2
code.cloudfoundry.org/localip v0.0.0-20231025145031-77dc93c89492
code.cloudfoundry.org/localip v0.0.0-20231101144618-f2950077affe
github.com/BurntSushi/toml v1.3.2
github.com/cloudfoundry/dropsonde v1.1.0
github.com/cloudfoundry/gosigar v1.3.34
github.com/cloudfoundry/gosigar v1.3.35
github.com/containerd/containerd v1.7.8
github.com/containerd/typeurl/v2 v2.1.1
github.com/docker/docker v24.0.7+incompatible
Expand All @@ -41,7 +41,7 @@ require (
github.com/onsi/gomega v1.29.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0-rc5
github.com/opencontainers/runc v1.1.9
github.com/opencontainers/runc v1.1.10
github.com/opencontainers/runtime-spec v1.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand All @@ -50,15 +50,15 @@ require (
github.com/urfave/cli/v2 v2.25.7
github.com/vishvananda/netlink v1.2.1-beta.2
github.com/vishvananda/netns v0.0.4
golang.org/x/sys v0.13.0
golang.org/x/sys v0.14.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231024182747-cab165db8a0b // indirect
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/Microsoft/hcsshim v0.11.2 // indirect
github.com/Microsoft/hcsshim v0.11.4 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
Expand Down Expand Up @@ -105,7 +105,7 @@ require (
github.com/golang/protobuf v1.5.3 // 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-20231023181126-ff6d637d2a7b // indirect
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
github.com/google/uuid v1.4.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 All @@ -123,7 +123,7 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/spdystream v0.2.0 // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/sys/mountinfo v0.7.1 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/sys/signal v0.7.0 // indirect
github.com/moby/sys/symlink v0.2.0 // indirect
Expand Down Expand Up @@ -160,18 +160,18 @@ require (
go.opentelemetry.io/otel/trace v1.19.0 // indirect
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.11.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
Loading

0 comments on commit cbdd708

Please sign in to comment.