Skip to content

Commit e8f9252

Browse files
feat: org name should be immutable (#2394)
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
1 parent 5e05afb commit e8f9252

23 files changed

Lines changed: 32 additions & 134 deletions

.task/checksum/generate-ent-smart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9ddc95703fdca960a16f0ff9e0ae8a8a
1+
e3a65eb133a48c5686bc504fc8b14337
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5b8c4777ca3d2612cd067c34dcb62c27
1+
74f65b890a94e2375f45b8625017e10c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a1067122a8131797d3ed2770e4d44383
1+
f820fbbf1ea0d0edca037f962e9e154b

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/theopenlane/core/cli
22

3-
go 1.26.2
3+
go 1.26.3
44

55
require (
66
github.com/99designs/gqlgen v0.17.90

common/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/theopenlane/core/common
22

3-
go 1.26.2
3+
go 1.26.3
44

55
require (
66
entgo.io/ent v0.14.6

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/theopenlane/core
22

3-
go 1.26.2
3+
go 1.26.3
44

55
tool (
66
github.com/dave/jennifer

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.26.2
1+
go 1.26.3
22

33
use (
44
// core is the main module containing the API and business logic, nothing in pkg or internal should be imported by other modules
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
94c32714bd5487685c79aff2f39670a439b4151ecc7f3568c59bf4802bc45a63
1+
0f873199a3a66d65291c82013bf8ad2e3e2e8ed5e65defb53a9583ba493a561a
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9af9ece9345a023ed9372921c846ed5609c3f825db85e19e227be6bd650f06ab
1+
fa49614609e45b23f3ea2db3fb162f980ab90e1626d2b0925466cb77206cae32

internal/ent/generated/gql_mutation_input.go

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)