Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cert-manager/cert-manager

go 1.19
go 1.23.0

require (
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible
Expand Down Expand Up @@ -34,7 +34,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.5.0
golang.org/x/oauth2 v0.4.0
golang.org/x/oauth2 v0.27.0
golang.org/x/sync v0.1.0
gomodules.xyz/jsonpatch/v2 v2.2.0
google.golang.org/api v0.97.0
Expand Down
Loading