Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update patch digest dependencies (master) #917

Closed
wants to merge 1 commit into from
Closed
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.6"
}
}
}
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.22.5

require (
github.com/dell/goiscsi v1.9.0
github.com/harvester/go-common v0.0.0-20230718010724-11313421a8f5
github.com/harvester/go-common 9576346cda75
github.com/imdario/mergo v0.3.16
github.com/insomniacslk/dhcp v0.0.0-20240710054256-ddd8a41251c9
github.com/insomniacslk/dhcp b56fa0d5f25d
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 @@ -69,8 +69,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.24.10
k8s.io/apimachinery => k8s.io/apimachinery v0.24.10
k8s.io/client-go => k8s.io/client-go v0.24.10
Expand Down
Loading