pulumi/tests/integration/go/program-panic/go.mod

70 lines
3.3 KiB
Modula-2
Raw Permalink Normal View History

module example.com/go-panic
go 1.18
require github.com/pulumi/pulumi/sdk/v3 v3.48.0
require (
dario.cat/mergo v1.0.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cheggaaa/pb v1.0.18 // indirect
Update github.com/cloudflare/circl to v1.3.7 (#15151) <!--- Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation. --> # Description <!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. --> Dependabot updated some references to this in https://github.com/pulumi/pulumi/pull/15131. But missed a lot, importantly it didn't update pkg or sdk which are the most important modules in this repo. ## Checklist - [x] I have run `make tidy` to update any new dependencies - [ ] I have run `make lint` to verify my code passes the lint check - [ ] I have formatted my code using `gofumpt` <!--- Please provide details if the checkbox below is to be left unchecked. --> - [ ] I have added tests that prove my fix is effective or that my feature works <!--- User-facing changes require a CHANGELOG entry. --> - [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change <!-- If the change(s) in this PR is a modification of an existing call to the Pulumi Cloud, then the service should honor older versions of the CLI where this change would not exist. You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add it to the service. --> - [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version <!-- @Pulumi employees: If yes, you must submit corresponding changes in the service repo. -->
2024-01-16 08:59:57 +00:00
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/djherbis/times v1.2.0 // indirect
github.com/emirpasic/gods v1.18.1 // 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.11.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.1.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/opentracing/basictracer-go v1.0.0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/skeema/knownhosts v1.2.1 // indirect
github.com/spf13/cobra v1.4.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/texttheater/golang-levenshtein v0.0.0-20191208221605-eb6844b05fc6 // indirect
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
github.com/uber/jaeger-client-go v2.22.1+incompatible // indirect
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
go.uber.org/atomic v1.6.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.13.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect
google.golang.org/grpc v1.57.1 // indirect
Bump the go_modules group across 24 directories with 1 update (#15685) Bumps the go_modules group with 1 update in the /tests/integration/backend/diy/project directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/construct_component_methods_provider/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/construct_component_unknown/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/deleted_with/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/empty/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/empty/gorun directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/empty/gorun_main/gorun_main_src directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/gather_plugin/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/get_resource/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/go/component-configure-panic/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/go/go-build-target directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/go/go-exit-5 directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/go/go-exit-error directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/go/program-panic directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/large_resource/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/printf/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/project_main/go/a/path/to/main directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/refresh/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/resource_refs_get_resource/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/rotate_passphrase directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/stack_reference/go directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/state_rename_parent directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/transformations/go/simple directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /tests/integration/transforms/go/simple directory: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pulumi/pulumi/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 07:52:34 +00:00
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/frand v1.4.2 // indirect
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 // indirect
)