Skip to content

Commit

Permalink
chore(deps): update module github.com/docker/docker to v20.10.27+inco…
Browse files Browse the repository at this point in the history
…mpatible [security]
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 84e0bd0 commit 389d743
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 4 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
module github.com/doodlescheduling/flux-build

go 1.20
go 1.21

toolchain go1.21.6

// Required to keep oras.land/oras-go happy, as it will otherwise fail with
// "assignment mismatch: 3 variables but registry.PingV2Registry returns 2 values"
//
// Check again when oras.land/oras-go is updated to >=v2.0.0, which is a
// dependency of Helm.
replace github.com/docker/docker => github.com/docker/docker v20.10.26+incompatible
replace github.com/docker/docker => github.com/docker/docker v20.10.27+incompatible

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down
Loading

0 comments on commit 389d743

Please sign in to comment.