Skip to content

Commit 179d237

Browse files
author
Ryoma Watanabe
committed
modify go.mod file
1 parent 8ca38be commit 179d237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clusterctl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
providers:
22
- name: proxmox
3-
url: https://github.com/sp-yduck/cluster-api-provider-proxmox/releases/latest/infrastructure-components.yaml
3+
url: https://github.com/Rwatana/cluster-api-provider-proxmox/releases/latest/infrastructure-components.yaml
44
type: InfrastructureProvider

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/onsi/ginkgo/v2 v2.13.1
99
github.com/onsi/gomega v1.30.0
1010
github.com/pkg/errors v0.9.1
11-
github.com/Rwatana/proxmox-go v0.0.0-test1
11+
github.com/Rwatana/proxmox-go
1212
github.com/spf13/pflag v1.0.5
1313
gopkg.in/yaml.v3 v3.0.1
1414
k8s.io/api v0.27.2

0 commit comments

Comments
 (0)