Skip to content

Commit

Permalink
Merge pull request #6374 from inteon/release-1.13_ctl
Browse files Browse the repository at this point in the history
[release-1.13] import latest release 1.13 commit in cmctl
  • Loading branch information
jetstack-bot committed Sep 26, 2023
2 parents f64cbc0 + 309aff2 commit 8472ff4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/ctl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ go 1.20
// or a branch name (master).

require (
github.com/cert-manager/cert-manager v1.13.0-beta.0.0.20230912141016-a7a7fabaf551
github.com/cert-manager/cert-manager v1.13.1-0.20230926135348-f64cbc05f510
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions cmd/ctl/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd h1:rFt+Y/IK1aEZ
github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b h1:otBG+dV+YK+Soembjv71DPz3uX/V/6MMlSyD9JBQ6kQ=
github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cert-manager/cert-manager v1.13.0-beta.0.0.20230912141016-a7a7fabaf551 h1:6/xYK6BWzHshn/RuzXpAh9Fh0yAfctR+K+dguMSyfN8=
github.com/cert-manager/cert-manager v1.13.0-beta.0.0.20230912141016-a7a7fabaf551/go.mod h1:AHwJ0l63L2EoD2G5qz3blEd+8boZcqgWf6dBFA4kZbc=
github.com/cert-manager/cert-manager v1.13.1-0.20230926135348-f64cbc05f510 h1:0NHaowfnfADRi+lyYZuhprKYVHzohQFNYiujxOgJ1yw=
github.com/cert-manager/cert-manager v1.13.1-0.20230926135348-f64cbc05f510/go.mod h1:pJe/sqGZ6yX0kYcsAv3e2EQH+xn8Ag8WOLGl/qYWAps=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
Expand Down
2 changes: 1 addition & 1 deletion test/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/cert-manager/cert-manager/cmd/ctl => ../../cmd/ctl/
replace github.com/cert-manager/cert-manager/webhook-binary => ../../cmd/webhook/

require (
github.com/cert-manager/cert-manager v1.13.0-beta.0.0.20230912141016-a7a7fabaf551
github.com/cert-manager/cert-manager v1.13.1-0.20230926135348-f64cbc05f510
github.com/cert-manager/cert-manager/cmd/ctl v0.0.0-00010101000000-000000000000
github.com/go-logr/logr v1.2.4
github.com/miekg/dns v1.1.55
Expand Down

0 comments on commit 8472ff4

Please sign in to comment.