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
2 changes: 1 addition & 1 deletion ci/terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
harvester = {
source = "harvester/harvester"
version = "0.6.1"
version = "0.6.7"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.24.5

require (
github.com/dell/goiscsi v1.9.0
github.com/harvester/go-common v0.0.0-20230718010724-11313421a8f5
github.com/harvester/go-common a03d83f41a0f
github.com/imdario/mergo v0.3.16
github.com/insomniacslk/dhcp v0.0.0-20240710054256-ddd8a41251c9
github.com/insomniacslk/dhcp d3abe7ccb0ad
github.com/jroimartin/gocui v0.4.0
github.com/pkg/errors v0.9.1
github.com/rancher/mapper v0.0.0-20190814232720-058a8b7feb99
github.com/rancher/wharfie v0.6.8
github.com/rancher/yip v1.9.2
github.com/rancher/yip v1.9.6
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/tredoe/osutil v1.5.0
Expand Down Expand Up @@ -67,8 +67,8 @@ require (
)

replace (
github.com/nsf/termbox-go => github.com/Harvester/termbox-go v1.1.1-0.20210318083914-8ab92204a400
github.com/rancher/wrangler => github.com/rancher/wrangler v1.1.1
github.com/nsf/termbox-go => github.com/Harvester/termbox-go 64616e880de4
github.com/rancher/wrangler => github.com/rancher/wrangler v1.1.2
k8s.io/api => k8s.io/api v0.32.6
k8s.io/apimachinery => k8s.io/apimachinery v0.32.6
k8s.io/client-go => k8s.io/client-go v0.32.6
Expand Down
Loading