Skip to content

Commit

Permalink
Merge branch 'release-0.17' into pick_own_17
Browse files Browse the repository at this point in the history
  • Loading branch information
skitt authored Feb 13, 2024
2 parents 556cfbe + b14d3d0 commit 4379375
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/submariner-io/shipyard/tools

go 1.20
go 1.21

require (
github.com/docker/buildx v0.12.1
Expand Down Expand Up @@ -241,7 +241,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5 // 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.9 // indirect
github.com/opencontainers/runc v1.1.12 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Expand Down
Loading

0 comments on commit 4379375

Please sign in to comment.