-
Notifications
You must be signed in to change notification settings - Fork 0
cdktf migration: upgrade go and some deps #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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,81 +1,57 @@ | ||
| module github.com/sourcegraph/controller-cdktf | ||
|
|
||
| go 1.25.0 | ||
| go 1.26.2 | ||
|
|
||
| require github.com/sourcegraph/cdktf-provider-gen v0.0.0-20260902211826-ce2a4875e27f | ||
| require github.com/sourcegraph/cdktf-provider-gen v0.0.0-20260902230416-1dd7bde10a62 | ||
|
|
||
| require ( | ||
| bitbucket.org/creachadair/shell v0.0.7 // indirect | ||
| github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
| github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect | ||
| github.com/alecthomas/chroma v0.10.0 // indirect | ||
| github.com/aymerick/douceur v0.2.0 // indirect | ||
| github.com/charmbracelet/glamour v0.5.0 // indirect | ||
| github.com/cloudflare/circl v1.3.3 // indirect | ||
| github.com/ProtonMail/go-crypto v1.4.1 // indirect | ||
| github.com/cloudflare/circl v1.6.3 // indirect | ||
| github.com/cockroachdb/errors v1.11.1 // indirect | ||
| github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect | ||
| github.com/cockroachdb/redact v1.1.5 // indirect | ||
| github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
| github.com/djherbis/buffer v1.2.0 // indirect | ||
| github.com/djherbis/nio/v3 v3.0.1 // indirect | ||
| github.com/dlclark/regexp2 v1.7.0 // indirect | ||
| github.com/fatih/color v1.15.0 // indirect | ||
| github.com/fatih/color v1.16.0 // indirect | ||
| github.com/getsentry/sentry-go v0.25.0 // indirect | ||
| github.com/go-logr/logr v1.2.4 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
| github.com/google/go-cmp v0.6.0 // indirect | ||
| github.com/google/go-cmp v0.7.0 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/gorilla/css v1.0.0 // indirect | ||
| github.com/grafana/regexp v0.0.0-20221123153739-15dc172cd2db // indirect | ||
| github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
| github.com/hashicorp/go-version v1.6.0 // indirect | ||
| github.com/hashicorp/hc-install v0.5.2 // indirect | ||
| github.com/hashicorp/go-retryablehttp v0.7.8 // indirect | ||
| github.com/hashicorp/go-version v1.9.0 // indirect | ||
| github.com/hashicorp/hc-install v0.9.5 // indirect | ||
| github.com/itchyny/gojq v0.12.11 // indirect | ||
| github.com/itchyny/timefmt-go v0.1.5 // indirect | ||
| github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
| github.com/jackc/pgconn v1.14.0 // indirect | ||
| github.com/jackc/pgio v1.0.0 // indirect | ||
| github.com/jackc/pgpassfile v1.0.0 // indirect | ||
| github.com/jackc/pgproto3/v2 v2.3.2 // indirect | ||
| github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | ||
| github.com/kr/pretty v0.3.1 // indirect | ||
| github.com/kr/text v0.2.0 // indirect | ||
| github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
| github.com/mattn/go-colorable v0.1.13 // indirect | ||
| github.com/mattn/go-isatty v0.0.18 // indirect | ||
| github.com/mattn/go-runewidth v0.0.14 // indirect | ||
| github.com/microcosm-cc/bluemonday v1.0.23 // indirect | ||
| github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect | ||
| github.com/muesli/reflow v0.3.0 // indirect | ||
| github.com/muesli/termenv v0.12.0 // indirect | ||
| github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/otiai10/copy v1.12.0 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/rivo/uniseg v0.4.3 // indirect | ||
| github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
| github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
| github.com/sourcegraph/log v0.0.0-20231018134238-fbadff7458bb // indirect | ||
| github.com/sourcegraph/run v0.12.0 // indirect | ||
| github.com/sourcegraph/sourcegraph/lib v0.0.0-20240517141440-2a5df059fdd0 // indirect | ||
| github.com/urfave/cli/v2 v2.25.7 // indirect | ||
| github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect | ||
| github.com/yuin/goldmark v1.5.2 // indirect | ||
| github.com/yuin/goldmark-emoji v1.0.1 // indirect | ||
| go.bobheadxi.dev/streamline v1.2.2 // indirect | ||
| go.opentelemetry.io/otel v1.16.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.16.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.16.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.16.0 // indirect | ||
| go.uber.org/atomic v1.11.0 // indirect | ||
| go.uber.org/goleak v1.2.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/zap v1.24.0 // indirect | ||
| golang.org/x/crypto v0.19.0 // indirect | ||
| golang.org/x/mod v0.15.0 // indirect | ||
| golang.org/x/net v0.21.0 // indirect | ||
| golang.org/x/sys v0.17.0 // indirect | ||
| golang.org/x/term v0.17.0 // indirect | ||
| golang.org/x/text v0.14.0 // indirect | ||
| golang.org/x/crypto v0.49.0 // indirect | ||
| golang.org/x/mod v0.35.0 // indirect | ||
| golang.org/x/sys v0.42.0 // indirect | ||
| golang.org/x/text v0.35.0 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| sigs.k8s.io/yaml v1.3.0 // indirect | ||
| ) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh, this was pointing to a commit that no longer exist https://github.com/sourcegraph/cdktf-provider-gen/pull/10/commits because we merged to the PR.
thank you