mirror of
https://github.com/imjasonh/terraform-provider-melange
synced 2026-07-08 02:25:13 +00:00
221 lines
11 KiB
Modula-2
221 lines
11 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-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 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/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
|
|
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
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.110.7 // indirect
|
|
cloud.google.com/go/compute v1.23.0 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
cloud.google.com/go/iam v1.1.1 // indirect
|
|
cloud.google.com/go/storage v1.33.0 // indirect
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
github.com/MakeNowJust/heredoc/v2 v2.0.1 // 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-20230923063757-afb1ddc0824c // indirect
|
|
github.com/acomagu/bufpipe v1.0.4 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/bgentry/speakeasy v0.1.0 // indirect
|
|
github.com/chainguard-dev/go-apk v0.0.0-20230906161245-0728258ab917 // indirect
|
|
github.com/chainguard-dev/go-pkgconfig v0.0.0-20230818193557-bee0072057ce // indirect
|
|
github.com/chainguard-dev/kontext v0.1.0 // indirect
|
|
github.com/chainguard-dev/yam v0.0.0-20230411155911-ba3a3357c32e // indirect
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
|
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
|
|
github.com/containerd/containerd v1.7.3 // indirect
|
|
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/docker/cli v24.0.6+incompatible // indirect
|
|
github.com/docker/distribution v2.8.2+incompatible // indirect
|
|
github.com/docker/docker v24.0.6+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.8.0 // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/dominodatalab/os-release v0.0.0-20190522011736-bcdb4a3e3c2f // indirect
|
|
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.10.2 // 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-logr/logr v1.2.4 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/analysis v0.21.4 // indirect
|
|
github.com/go-openapi/errors v0.20.4 // indirect
|
|
github.com/go-openapi/jsonpointer v0.20.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/loads v0.21.2 // indirect
|
|
github.com/go-openapi/runtime v0.26.0 // indirect
|
|
github.com/go-openapi/spec v0.20.9 // indirect
|
|
github.com/go-openapi/strfmt v0.21.7 // indirect
|
|
github.com/go-openapi/swag v0.22.4 // indirect
|
|
github.com/go-openapi/validate v0.22.1 // indirect
|
|
github.com/goccy/go-yaml v1.11.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/gnostic-models v0.6.8 // 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/gofuzz v1.2.0 // indirect
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.12.0 // 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.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.4 // 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/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/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kelseyhightower/envconfig v1.4.0 // indirect
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
|
github.com/klauspost/pgzip v1.2.6 // indirect
|
|
github.com/korovkin/limiter v0.0.0-20221015170604-22eb1ceceddc // indirect
|
|
github.com/letsencrypt/boulder v0.0.0-20230901174017-fa028b4394c5 // indirect
|
|
github.com/lima-vm/go-qcow2reader v0.1.1 // indirect
|
|
github.com/lima-vm/lima v0.17.2 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // 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-homedir v1.1.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/moby/spdystream v0.2.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
|
|
github.com/package-url/packageurl-go v0.1.1 // indirect
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // 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/psanford/memfs v0.0.0-20230130182539-4dbf7e3e865e // 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/sigstore/cosign/v2 v2.2.0 // indirect
|
|
github.com/sigstore/rekor v1.3.0 // indirect
|
|
github.com/sigstore/sigstore v1.7.3 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/skeema/knownhosts v1.2.1 // indirect
|
|
github.com/spf13/afero v1.9.5 // indirect
|
|
github.com/spf13/cast v1.5.1 // indirect
|
|
github.com/spf13/cobra v1.7.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/theupdateframework/go-tuf v0.6.1 // indirect
|
|
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
|
|
github.com/vbatts/tar-split v0.11.5 // 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/xorcare/pointer v1.2.2 // indirect
|
|
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
|
|
go.opentelemetry.io/otel v1.18.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.18.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.18.0 // indirect
|
|
golang.org/x/build v0.0.0-20230906165202-245708aee151 // 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/oauth2 v0.12.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/time v0.3.0 // indirect
|
|
golang.org/x/tools v0.13.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
google.golang.org/api v0.143.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
|
|
google.golang.org/grpc v1.58.2 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/go-jose/go-jose.v2 v2.6.1 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
k8s.io/api v0.28.2 // indirect
|
|
k8s.io/client-go v0.28.2 // indirect
|
|
k8s.io/klog/v2 v2.100.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
|
|
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
|
|
knative.dev/pkg v0.0.0-20230612155445-74c4be5e935e // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/release-utils v0.7.5-0.20230601212346-3866fe05b204 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|