mirror of
https://github.com/imjasonh/terraform-provider-melange
synced 2026-07-08 02:25:13 +00:00
113 lines
5.3 KiB
Modula-2
113 lines
5.3 KiB
Modula-2
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-20230930141352-be17bb899098
|
|
|
|
// uint32 branch
|
|
replace chainguard.dev/melange => github.com/imjasonh/melange v0.0.0-20230930145918-46e772c9a35c
|
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.28.1
|
|
|
|
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/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
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/apimachinery v0.28.2
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
|
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
|
|
github.com/acomagu/bufpipe v1.0.4 // indirect
|
|
github.com/agext/levenshtein v1.2.2 // indirect
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
github.com/bgentry/speakeasy v0.1.0 // indirect
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
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-test/deep v1.1.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/go-containerregistry v0.16.2-0.20230905180039-a748190e18d4 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
|
|
github.com/hashicorp/go-hclog v1.5.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-plugin v1.5.1 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/hashicorp/hc-install v0.6.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
|
github.com/hashicorp/terraform-exec v0.19.0 // indirect
|
|
github.com/hashicorp/terraform-json v0.17.1 // indirect
|
|
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 // indirect
|
|
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
|
|
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
github.com/ijt/goparsify v0.0.0-20221203142333-3a5276334b8d // indirect
|
|
github.com/imdario/mergo v0.3.16 // 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/kevinburke/ssh_config v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mitchellh/cli v1.1.5 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
github.com/pjbgf/sha1cd v0.3.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/posener/complete v1.2.3 // indirect
|
|
github.com/russross/blackfriday v1.6.0 // indirect
|
|
github.com/sergi/go-diff v1.3.1 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/skeema/knownhosts v1.2.0 // indirect
|
|
github.com/spf13/cast v1.5.1 // indirect
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
|
github.com/zclconf/go-cty v1.14.0 // indirect
|
|
golang.org/x/crypto v0.13.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/net v0.15.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/term v0.12.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
golang.org/x/tools v0.13.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
|
|
google.golang.org/grpc v1.57.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|