Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Update Go dependencies
Browse files Browse the repository at this point in the history
* Update containderd

Signed-off-by: Bryan Tong <[email protected]>
  • Loading branch information
bbtong authored Jun 14, 2022
1 parent 262862d commit 2b3e899
Show file tree
Hide file tree
Showing 6 changed files with 918 additions and 42 deletions.
14 changes: 12 additions & 2 deletions buildpacks/java/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ go 1.16

require (
github.com/buildpacks/libcnb v1.25.5
github.com/containerd/containerd v1.5.10 // indirect
github.com/containerd/cgroups v1.0.4 // indirect
github.com/containerd/containerd v1.6.6 // indirect
github.com/containerd/continuity v0.3.0 // indirect
github.com/containers/storage v1.37.0 // indirect
github.com/opencontainers/runc v1.1.2 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/klauspost/compress v1.15.6 // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/sys/signal v0.7.0 // indirect
github.com/opencontainers/runc v1.1.3 // indirect
github.com/paketo-buildpacks/libpak v1.59.0
golang.org/x/net v0.0.0-20220614195744-fb05da6f9022 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 // indirect
google.golang.org/genproto v0.0.0-20220614165028-45ed7f3ff16e // indirect
knative.dev/kn-plugin-func v0.19.0
)
Loading

0 comments on commit 2b3e899

Please sign in to comment.