-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from carolynvs/bump
Bump porter to 1.0.0-rc.1
- Loading branch information
Showing
4 changed files
with
145 additions
and
1,647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,125 @@ | ||
module get.porter.sh/plugin/azure | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
replace ( | ||
// This is a temporary reference to the porter's release/v1 branch that | ||
// conatins the new secret plugin protocol | ||
get.porter.sh/porter => get.porter.sh/porter v1.0.0-alpha.19.0.20220519145811-23393bfc2dec | ||
github.com/hashicorp/go-plugin => github.com/getporter/go-plugin v1.4.3-improved-configuration.1 | ||
github.com/hashicorp/go-plugin => github.com/getporter/go-plugin v1.4.4-porter.1 | ||
|
||
// Fixes https://github.com/spf13/viper/issues/761 | ||
github.com/spf13/viper => github.com/getporter/viper v1.7.1-porter.2.0.20210514172839-3ea827168363 | ||
) | ||
|
||
require ( | ||
get.porter.sh/magefiles v0.2.3 | ||
get.porter.sh/porter v1.0.0-alpha.19.0.20220519145811-23393bfc2dec | ||
get.porter.sh/magefiles v0.3.2 | ||
get.porter.sh/porter v1.0.0-rc.1 | ||
github.com/Azure/azure-pipeline-go v0.2.2 | ||
github.com/Azure/azure-sdk-for-go v44.2.0+incompatible | ||
github.com/Azure/azure-storage-blob-go v0.8.0 | ||
github.com/Azure/go-autorest/autorest v0.11.18 | ||
github.com/Azure/go-autorest/autorest/adal v0.9.13 | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.5.0 | ||
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect | ||
github.com/carolynvs/magex v0.8.0 | ||
github.com/cnabio/cnab-go v0.23.2 | ||
github.com/carolynvs/magex v0.9.0 | ||
github.com/cnabio/cnab-go v0.24.0 | ||
github.com/hashicorp/go-hclog v0.14.1 | ||
github.com/hashicorp/go-plugin v1.4.0 | ||
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect | ||
github.com/magefile/mage v1.11.0 | ||
github.com/magefile/mage v1.13.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/stretchr/testify v1.7.1 | ||
go.opentelemetry.io/otel v1.7.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.4.0 // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/PuerkitoBio/goquery v1.5.0 // indirect | ||
github.com/andybalholm/brotli v1.0.1 // indirect | ||
github.com/andybalholm/cascadia v1.0.0 // indirect | ||
github.com/carolynvs/aferox v0.3.0 // indirect | ||
github.com/cbroglie/mustache v1.0.1 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.2 // indirect | ||
github.com/cyberphone/json-canonicalization v0.0.0-20220216171627-b6721b06b4ef // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dimchansky/utfbom v1.1.0 // indirect | ||
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect | ||
github.com/fatih/color v1.9.0 // indirect | ||
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4-0.20210608040537-544b4180ac70 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jeremywohl/flatten v1.0.1 // indirect | ||
github.com/klauspost/compress v1.15.1 // indirect | ||
github.com/klauspost/pgzip v1.2.5 // indirect | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/mattn/go-colorable v0.1.7 // indirect | ||
github.com/mattn/go-ieproxy v0.0.0-20190702010315-6dee0af9227d // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mholt/archiver/v3 v3.5.1 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.2 // indirect | ||
github.com/mmcdole/gofeed v1.0.0-beta2 // indirect | ||
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect | ||
github.com/nwaples/rardecode v1.1.0 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/olekukonko/tablewriter v0.0.4 // indirect | ||
github.com/osteele/liquid v1.3.0 // indirect | ||
github.com/osteele/tuesday v1.0.3 // indirect | ||
github.com/pelletier/go-toml v1.9.4 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/qri-io/jsonpointer v0.1.1 // indirect | ||
github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e // indirect | ||
github.com/spf13/afero v1.5.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.8.1 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/ulikunitz/xz v0.5.9 // indirect | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
github.com/xeipuuv/gojsonschema v1.2.0 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1 // indirect | ||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.7.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.7.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.7.0 // indirect | ||
go.opentelemetry.io/proto/otlp v0.12.0 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.17.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect | ||
google.golang.org/grpc v1.45.0 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/ini.v1 v1.56.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) |
Oops, something went wrong.