Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.24
golang 1.26.4
nodejs 20.13
# Should align with https://sourcegraph.sourcegraph.com/github.com/sourcegraph/sourcegraph@main/-/blob/dev/managedservicesplatform/internal/terraform/terraform.go?L5
terraform 1.7.5
2 changes: 1 addition & 1 deletion gen/cloudflare/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/cloudflare

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.4.2
Expand Down
2 changes: 1 addition & 1 deletion gen/google/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/google

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.4.2
Expand Down
2 changes: 1 addition & 1 deletion gen/google_beta/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/google_beta

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.4.2
Expand Down
2 changes: 1 addition & 1 deletion gen/incident/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/incident

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.4.2
Expand Down
2 changes: 1 addition & 1 deletion gen/opsgenie/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/opsgenie

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.1.167
Expand Down
2 changes: 1 addition & 1 deletion gen/postgresql/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/postgresql

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.1.167
Expand Down
2 changes: 1 addition & 1 deletion gen/projects_iam/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/projects_iam

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.1.167
Expand Down
2 changes: 1 addition & 1 deletion gen/random/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/random

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.1.167
Expand Down
2 changes: 1 addition & 1 deletion gen/sentry/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/sentry

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.1.167
Expand Down
2 changes: 1 addition & 1 deletion gen/slack/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/slack

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.1.167
Expand Down
2 changes: 1 addition & 1 deletion gen/tfe/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf/gen/tfe

go 1.18
go 1.26.4

require (
github.com/aws/constructs-go/constructs/v10 v10.1.167
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/sourcegraph/managed-services-platform-cdktf

go 1.22

toolchain go1.24.2
go 1.26.4

require github.com/sourcegraph/cdktf-provider-gen v0.0.0-20250729170248-aba02d8115c3

Expand Down