Skip to content

Commit

Permalink
Update runc
Browse files Browse the repository at this point in the history
Closes: #355

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 1, 2024
1 parent b05844a commit c61efe0
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 96 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
# - "127.0.0.1:8222:8222"

prometheus:
image: docker.io/prom/prometheus:v2.48.1
image: docker.io/prom/prometheus:v2.49.1
# nobody
user: "65534"
volumes:
Expand Down
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openfaas/faasd
go 1.21

require (
github.com/alexellis/arkade v0.0.0-20240110152347-3c1c94f17d11
github.com/alexellis/arkade v0.0.0-20240124171646-67314ef9f9c3
github.com/compose-spec/compose-go v0.0.0-20200528042322-36d8ce368e05
github.com/containerd/containerd v1.7.0
github.com/containerd/go-cni v1.1.9
Expand All @@ -23,7 +23,7 @@ require (
github.com/vishvananda/netlink v1.2.1-beta.2
github.com/vishvananda/netns v0.0.4
golang.org/x/sys v0.16.0
k8s.io/apimachinery v0.29.0
k8s.io/apimachinery v0.29.1
)

require github.com/alexellis/go-execute/v2 v2.2.1
Expand Down Expand Up @@ -56,6 +56,7 @@ require (
github.com/imdario/mergo v0.3.14 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-shellwords v1.0.12 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand All @@ -65,7 +66,7 @@ require (
github.com/moby/sys/signal v0.7.0 // indirect
github.com/opencontainers/go-digest 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/runc v1.1.12 // indirect
github.com/opencontainers/selinux v1.11.0 // indirect
github.com/prometheus/client_golang v1.18.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
Expand All @@ -82,7 +83,7 @@ require (
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.16.1 // indirect
golang.org/x/tools v0.17.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
Expand Down
48 changes: 11 additions & 37 deletions go.sum

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions vendor/github.com/opencontainers/runc/libcontainer/user/user.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 0 additions & 38 deletions vendor/golang.org/x/tools/internal/versions/versions_go122.go

This file was deleted.

12 changes: 7 additions & 5 deletions vendor/modules.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c61efe0

Please sign in to comment.