mirror of
https://github.com/imjasonh/terraform-provider-melange
synced 2026-07-08 02:25:13 +00:00
pin to the exported reflect branch, build should work
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
3321dca573
commit
780c0e11c2
2 changed files with 7 additions and 11 deletions
14
go.mod
14
go.mod
|
|
@ -3,11 +3,7 @@ module github.com/imjasonh/terraform-provider-melange
|
|||
go 1.21
|
||||
|
||||
// export-reflect branch: https://github.com/chainguard-dev/terraform-provider-apko/pull/175
|
||||
//replace github.com/chainguard-dev/terraform-provider-apko => github.com/imjasonh/terraform-provider-apko v0.0.0-20230930185302-facbc9ed02ae
|
||||
replace github.com/chainguard-dev/terraform-provider-apko => ../terraform-provider-apko
|
||||
|
||||
// uint32 branch
|
||||
replace chainguard.dev/melange => github.com/imjasonh/melange v0.0.0-20230930145918-46e772c9a35c
|
||||
replace github.com/chainguard-dev/terraform-provider-apko => github.com/imjasonh/terraform-provider-apko v0.0.0-20230930185302-facbc9ed02ae
|
||||
|
||||
replace k8s.io/client-go => k8s.io/client-go v0.28.1
|
||||
|
||||
|
|
@ -15,16 +11,14 @@ require (
|
|||
chainguard.dev/apko v0.10.1-0.20230918194837-e9722fcc3e50
|
||||
chainguard.dev/melange v0.4.1-0.20230929201727-f992e1b1cecf
|
||||
github.com/chainguard-dev/terraform-provider-apko v0.10.6
|
||||
github.com/go-git/go-git/v5 v5.9.0
|
||||
github.com/hashicorp/terraform-plugin-docs v0.16.0
|
||||
github.com/hashicorp/terraform-plugin-framework v1.4.0
|
||||
github.com/hashicorp/terraform-plugin-go v0.19.0
|
||||
github.com/hashicorp/terraform-plugin-log v0.9.0
|
||||
github.com/hashicorp/terraform-plugin-testing v1.5.1
|
||||
github.com/joho/godotenv v1.5.1
|
||||
gitlab.alpinelinux.org/alpine/go v0.8.1-0.20230928153721-5381bfaecf9b
|
||||
golang.org/x/sync v0.3.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
k8s.io/apimachinery v0.28.2
|
||||
)
|
||||
|
||||
|
|
@ -71,6 +65,7 @@ require (
|
|||
github.com/fatih/color v1.15.0 // indirect
|
||||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
||||
github.com/go-git/go-billy/v5 v5.5.0 // indirect
|
||||
github.com/go-git/go-git/v5 v5.9.0 // indirect
|
||||
github.com/go-logr/logr v1.2.4 // indirect
|
||||
github.com/go-logr/stdr v1.2.2 // indirect
|
||||
github.com/go-openapi/analysis v0.21.4 // indirect
|
||||
|
|
@ -121,6 +116,7 @@ require (
|
|||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
||||
github.com/jinzhu/copier v0.4.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/kelseyhightower/envconfig v1.4.0 // indirect
|
||||
|
|
@ -178,7 +174,6 @@ require (
|
|||
github.com/yookoala/realpath v1.0.0 // indirect
|
||||
github.com/zclconf/go-cty v1.14.0 // indirect
|
||||
github.com/zealic/xignore v0.3.3 // indirect
|
||||
gitlab.alpinelinux.org/alpine/go v0.8.1-0.20230928153721-5381bfaecf9b // indirect
|
||||
go.lsp.dev/uri v0.3.0 // indirect
|
||||
go.mongodb.org/mongo-driver v1.12.1 // indirect
|
||||
go.opencensus.io v0.24.0 // indirect
|
||||
|
|
@ -208,6 +203,7 @@ require (
|
|||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/warnings.v0 v0.1.2 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
k8s.io/api v0.28.2 // indirect
|
||||
k8s.io/client-go v0.28.2 // indirect
|
||||
k8s.io/klog/v2 v2.100.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue