diff --git a/examples/simple-cert-manager-go/go.mod b/examples/simple-cert-manager-go/go.mod index d60bd5f..f964f03 100644 --- a/examples/simple-cert-manager-go/go.mod +++ b/examples/simple-cert-manager-go/go.mod @@ -3,7 +3,7 @@ module simple-cert-manager-go go 1.22.4 require ( - github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.1.1-beta.0 + github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.1.1 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.19.0 github.com/pulumi/pulumi/sdk/v3 v3.145.0 ) diff --git a/examples/simple-cert-manager-go/go.sum b/examples/simple-cert-manager-go/go.sum index 3b957b5..8557536 100644 --- a/examples/simple-cert-manager-go/go.sum +++ b/examples/simple-cert-manager-go/go.sum @@ -148,8 +148,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= -github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.1.1-beta.0 h1:5XqckW/HzTyEFthEwoZyVbm61htkVeXuNhCfBenBe14= -github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.1.1-beta.0/go.mod h1:6fzxQdQb/LvtVnqmLa+hFEO8J4gjULr/+vgqEK4h6xU= +github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.1.1 h1:f9DorryUO/0mBtb7iBlF1OP7NzZW/07FrgNPWRnOUgg= +github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.1.1/go.mod h1:6fzxQdQb/LvtVnqmLa+hFEO8J4gjULr/+vgqEK4h6xU= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.19.0 h1:7AjJpUyW6YHHpZr0bI6Fy1A3/b7ERxq1LAo5mlyNN1Y= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.19.0/go.mod h1:ATS+UN8pguMxypQAK+SaPewesU+UN5dpf93PNqVuHzs= github.com/pulumi/pulumi/sdk/v3 v3.145.0 h1:r5iOgz67RElFXJt4GVVY2SBGh5sR24mL9NOcKBiBi/k=