Updated go.mod and solver.go
This commit is contained in:
parent
351bb9e3ff
commit
cf7f0b545a
2
go.mod
2
go.mod
@ -7,7 +7,7 @@ toolchain go1.22.1
|
||||
require (
|
||||
github.com/cert-manager/cert-manager v1.14.4
|
||||
github.com/miekg/dns v1.1.58
|
||||
github.com/stretchr/testify v1.8.4
|
||||
github.com/stretchr/testify v1.9.0
|
||||
k8s.io/apiextensions-apiserver v0.29.0
|
||||
k8s.io/client-go v0.29.3
|
||||
)
|
||||
|
||||
@ -6,6 +6,7 @@ import (
|
||||
"strings"
|
||||
|
||||
v1alpha1 "github.com/cert-manager/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1"
|
||||
domain "github.com/scaleway/scaleway-sdk-go/api/domain/v2beta1"
|
||||
"k8s.io/client-go/kubernetes"
|
||||
"k8s.io/client-go/rest"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user