Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

build(deps): bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.5 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.6.0
github.com/google/go-jsonnet v0.18.0
github.com/hashicorp/go-getter v1.6.2
github.com/hashicorp/go-getter v1.7.5
github.com/pkg/errors v0.9.1
k8s.io/apiextensions-apiserver v0.29.1
)
Expand Down Expand Up @@ -54,7 +54,7 @@ require (
require (
cloud.google.com/go v0.111.0 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
github.com/aws/aws-sdk-go v1.15.78 // indirect
github.com/aws/aws-sdk-go v1.44.122 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/crossplane-contrib/function-patch-and-transform v0.3.0
github.com/crossplane/crossplane v1.15.0
Expand All @@ -76,7 +76,7 @@ require (
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/ulikunitz/xz v0.5.8 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
Expand Down
Loading