Skip to content

Commit cd8ab67

Browse files
fix inclusion of prior commits (#2341)
1 parent f968eeb commit cd8ab67

18 files changed

Lines changed: 3554 additions & 3508 deletions

File tree

.task/checksum/generate-ent-smart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7a6008906b1d3c50eda154d8ec16a79e
1+
71c6803da73cf185f0e55b94acfe953c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7bcefe92c03b3e64bf4f440630c6ef7e
1+
15375a69c5305a27bed4f0d527ab612c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3c8db822e2fda60a1aee4ff13b8c9c9f
1+
a6877cf9ac67dc763a5fe04ec376689c

common/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/stretchr/testify v1.11.1
1414
github.com/theopenlane/core v1.16.8
1515
github.com/theopenlane/echox v0.3.0
16-
github.com/theopenlane/entx v0.25.1
16+
github.com/theopenlane/entx v0.26.0
1717
github.com/theopenlane/utils v0.7.0
1818
github.com/zitadel/oidc/v3 v3.46.0
1919
golang.org/x/oauth2 v0.36.0

common/go.sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ github.com/theopenlane/core v1.16.8 h1:RiZcF8IHJhYLL+4hoVMNNpKPK/pIDESBfhyUp4gou
137137
github.com/theopenlane/core v1.16.8/go.mod h1:VU6soCV5af3sUTMibAylQg9vEnHf/GfJysgVKxv0ciY=
138138
github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rMsA=
139139
github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM=
140-
github.com/theopenlane/entx v0.25.1 h1:7PhHGpXaC3O13JqsK156B1aooJieD6N9P6e2w/TPEDg=
140+
github.com/theopenlane/entx v0.26.0 h1:UPHMEGKLkNXaBBeoNmXLNl49RyuPH+hxslUHzQDa0kg=
141141
github.com/theopenlane/utils v0.7.0 h1:tSN9PBC8Ywn2As3TDW/1TAfWsVsodrccec40oAhiZgo=
142142
github.com/theopenlane/utils v0.7.0/go.mod h1:7U9CDoVzCAFWw/JygR5ZhCKGwhHBnuJpK3Jgh1m59+w=
143143
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
github.com/theopenlane/echo-prometheus v0.1.0
101101
github.com/theopenlane/echox v0.3.0
102102
github.com/theopenlane/emailtemplates v0.3.7
103-
github.com/theopenlane/entx v0.25.1
103+
github.com/theopenlane/entx v0.26.0
104104
github.com/theopenlane/go-client v0.9.5
105105
github.com/theopenlane/gqlgen-plugins v0.14.7
106106
github.com/theopenlane/httpsling v0.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ github.com/theopenlane/eddy v0.1.0 h1:mtsBL9COYCJWMkjxPOb7LefPaysyPVmYb4idy7kL4l
730730
github.com/theopenlane/eddy v0.1.0/go.mod h1:UvovGX5x0N9RdKk2Kb5CMbGziRUasARDy8xSEAT8aDs=
731731
github.com/theopenlane/emailtemplates v0.3.7 h1:yJLfsCIZ8zAeZ2QvmZ8qYyVZKzXkMyjlYsImFti/J9k=
732732
github.com/theopenlane/emailtemplates v0.3.7/go.mod h1:VmTIBAJ9XQ+QOi7ZcaOjoEv0NxsuPKcR7Pz0N3EQeJE=
733-
github.com/theopenlane/entx v0.25.1 h1:7PhHGpXaC3O13JqsK156B1aooJieD6N9P6e2w/TPEDg=
734-
github.com/theopenlane/entx v0.25.1/go.mod h1:xKrmD159s54Bb9PN0hfsgIiLLrbtO4PNSIFMKlvZmu8=
733+
github.com/theopenlane/entx v0.26.0 h1:UPHMEGKLkNXaBBeoNmXLNl49RyuPH+hxslUHzQDa0kg=
734+
github.com/theopenlane/entx v0.26.0/go.mod h1:KODghDHQ5U1iWbxp7Dz6dVEz1UU/7+6+gufhoLX0nF8=
735735
github.com/theopenlane/go-client v0.9.5 h1:ZGcKqqNEs6Vesv0dpB9H1sQGY8+JkIQoYsR1BzUxCAY=
736736
github.com/theopenlane/go-client v0.9.5/go.mod h1:iBON7tkOFEUF0t+HYvDmlED34aiaN+O/HnQsDm1jb2A=
737737
github.com/theopenlane/gqlgen-plugins v0.14.7 h1:B9I6tpgevch3xQfV3qqRTpxHIlJvwtXg0WVvjd8bDmM=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3c6cbce41c38f6661931a8aa8b05a46da17586e75ec142ab4b1b86db3ecfec69
1+
2996c2bfe1a6933e566d026c3f846f6da363848ead6308c26c0bab8f88a757c0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d0dbf89b522a5104dd45b9729758250d3d2687294c413ac114197c024153d8ab
1+
57f93632b28c2b3ae4a44def0326cdb6dbbebcb937326584d1e85e7bf389e731

0 commit comments

Comments
 (0)