mirror of https://github.com/pulumi/pulumi.git
50 lines
2.1 KiB
Modula-2
50 lines
2.1 KiB
Modula-2
module github.com/pulumi/pulumi/passphrase-secrets
|
|
|
|
go 1.19
|
|
|
|
replace github.com/pulumi/pulumi/sdk/v3 => ../sdk
|
|
|
|
require (
|
|
github.com/pulumi/pulumi/sdk/v3 v3.49.0
|
|
github.com/stretchr/testify v1.8.1
|
|
google.golang.org/grpc v1.51.0
|
|
)
|
|
|
|
require (
|
|
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/mitchellh/go-ps v1.0.0 // indirect
|
|
github.com/opentracing/basictracer-go v1.1.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkg/term v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/spf13/cobra v1.5.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 // indirect
|
|
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
|
|
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
lukechampine.com/frand v1.4.2 // indirect
|
|
sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600 // indirect
|
|
)
|