Skip to content

Commit bf8e9cc

Browse files
fix(deps): update patch digest dependencies
1 parent dcf638c commit bf8e9cc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ci/terraform/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
harvester = {
55
source = "harvester/harvester"
6-
version = "0.6.1"
6+
version = "0.6.7"
77
}
88
}
99
}

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ go 1.24.5
44

55
require (
66
github.com/dell/goiscsi v1.9.0
7-
github.com/harvester/go-common v0.0.0-20230718010724-11313421a8f5
7+
github.com/harvester/go-common a03d83f41a0f
88
github.com/imdario/mergo v0.3.16
9-
github.com/insomniacslk/dhcp v0.0.0-20240710054256-ddd8a41251c9
9+
github.com/insomniacslk/dhcp d3abe7ccb0ad
1010
github.com/jroimartin/gocui v0.4.0
1111
github.com/pkg/errors v0.9.1
1212
github.com/rancher/mapper v0.0.0-20190814232720-058a8b7feb99
1313
github.com/rancher/wharfie v0.6.8
14-
github.com/rancher/yip v1.9.2
14+
github.com/rancher/yip v1.9.6
1515
github.com/sirupsen/logrus v1.9.3
1616
github.com/stretchr/testify v1.9.0
1717
github.com/tredoe/osutil v1.5.0
@@ -67,8 +67,8 @@ require (
6767
)
6868

6969
replace (
70-
github.com/nsf/termbox-go => github.com/Harvester/termbox-go v1.1.1-0.20210318083914-8ab92204a400
71-
github.com/rancher/wrangler => github.com/rancher/wrangler v1.1.1
70+
github.com/nsf/termbox-go => github.com/Harvester/termbox-go 64616e880de4
71+
github.com/rancher/wrangler => github.com/rancher/wrangler v1.1.2
7272
k8s.io/api => k8s.io/api v0.32.6
7373
k8s.io/apimachinery => k8s.io/apimachinery v0.32.6
7474
k8s.io/client-go => k8s.io/client-go v0.32.6

0 commit comments

Comments
 (0)