Skip to content

Commit 8aad92e

Browse files
github-actions[bot]github-actionsintel352
authored
chore: bump module dependencies to v1.12.3 (#87)
Co-authored-by: github-actions <github-actions@users.noreply.github.com> Co-authored-by: Jonathan Langevin <codingsloth@pm.me>
1 parent 9fc6b14 commit 8aad92e

File tree

41 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+55
-55
lines changed

examples/advanced-logging/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26
55
toolchain go1.26.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.12.2
8+
github.com/GoCodeAlone/modular v1.12.3
99
github.com/GoCodeAlone/modular/modules/chimux v1.1.0
1010
github.com/GoCodeAlone/modular/modules/httpclient v0.1.0
1111
github.com/GoCodeAlone/modular/modules/httpserver v0.1.1

examples/feature-flag-proxy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26
55
toolchain go1.26.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.12.2
8+
github.com/GoCodeAlone/modular v1.12.3
99
github.com/GoCodeAlone/modular/modules/chimux v1.1.0
1010
github.com/GoCodeAlone/modular/modules/httpserver v0.1.1
1111
github.com/GoCodeAlone/modular/modules/reverseproxy v1.1.2

examples/health-aware-reverse-proxy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26
55
toolchain go1.26.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.12.2
8+
github.com/GoCodeAlone/modular v1.12.3
99
github.com/GoCodeAlone/modular/modules/chimux v0.0.0-00010101000000-000000000000
1010
github.com/GoCodeAlone/modular/modules/httpserver v0.0.0-00010101000000-000000000000
1111
github.com/GoCodeAlone/modular/modules/reverseproxy v0.0.0-00010101000000-000000000000

examples/http-client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26
55
toolchain go1.26.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.12.2
8+
github.com/GoCodeAlone/modular v1.12.3
99
github.com/GoCodeAlone/modular/modules/chimux v1.1.0
1010
github.com/GoCodeAlone/modular/modules/httpclient v0.1.0
1111
github.com/GoCodeAlone/modular/modules/httpserver v0.1.1

examples/instance-aware-db/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/GoCodeAlone/modular => ../..
77
replace github.com/GoCodeAlone/modular/modules/database/v2 => ../../modules/database
88

99
require (
10-
github.com/GoCodeAlone/modular v1.12.2
10+
github.com/GoCodeAlone/modular v1.12.3
1111
github.com/GoCodeAlone/modular/modules/database/v2 v2.2.0
1212
github.com/mattn/go-sqlite3 v1.14.32
1313
)

examples/logmasker-example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module logmasker-example
33
go 1.26
44

55
require (
6-
github.com/GoCodeAlone/modular v1.12.2
6+
github.com/GoCodeAlone/modular v1.12.3
77
github.com/GoCodeAlone/modular/modules/logmasker v0.0.0
88
)
99

examples/multi-engine-eventbus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26
55
toolchain go1.26.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.12.2
8+
github.com/GoCodeAlone/modular v1.12.3
99
github.com/GoCodeAlone/modular/modules/eventbus v1.7.0
1010
)
1111

examples/nats-eventbus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/GoCodeAlone/modular => ../../
99
replace github.com/GoCodeAlone/modular/modules/eventbus => ../../modules/eventbus
1010

1111
require (
12-
github.com/GoCodeAlone/modular v1.12.2
12+
github.com/GoCodeAlone/modular v1.12.3
1313
github.com/GoCodeAlone/modular/modules/eventbus v1.7.0
1414
)
1515

examples/observer-demo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/GoCodeAlone/modular => ../..
99
replace github.com/GoCodeAlone/modular/modules/eventlogger => ../../modules/eventlogger
1010

1111
require (
12-
github.com/GoCodeAlone/modular v1.12.2
12+
github.com/GoCodeAlone/modular v1.12.3
1313
github.com/GoCodeAlone/modular/modules/eventlogger v0.0.0-00010101000000-000000000000
1414
github.com/cloudevents/sdk-go/v2 v2.16.2
1515
)

examples/observer-pattern/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26
55
toolchain go1.26.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.12.2
8+
github.com/GoCodeAlone/modular v1.12.3
99
github.com/GoCodeAlone/modular/modules/eventlogger v0.0.0-00010101000000-000000000000
1010
github.com/cloudevents/sdk-go/v2 v2.16.2
1111
)

0 commit comments

Comments
 (0)