Skip to content

Commit 20b5939

Browse files
authored
Merge pull request #68 from GoCodeAlone/auto/bump-modules-v1.4.3
chore: bump module dependencies to v1.4.3
2 parents d543bbb + 3290dfa commit 20b5939

46 files changed

Lines changed: 57 additions & 67 deletions

File tree

Some content is hidden

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

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.25
55
toolchain go1.25.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.4.2
8+
github.com/GoCodeAlone/modular v1.4.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/auth-demo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoCodeAlone/modular/examples/auth-demo
33
go 1.25
44

55
require (
6-
github.com/GoCodeAlone/modular v1.4.2
6+
github.com/GoCodeAlone/modular v1.4.3
77
github.com/GoCodeAlone/modular/modules/auth v0.0.0-00010101000000-000000000000
88
github.com/GoCodeAlone/modular/modules/chimux v0.0.0-00010101000000-000000000000
99
github.com/GoCodeAlone/modular/modules/httpserver v0.0.0-00010101000000-000000000000

examples/cache-demo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoCodeAlone/modular/examples/cache-demo
33
go 1.25
44

55
require (
6-
github.com/GoCodeAlone/modular v1.4.2
6+
github.com/GoCodeAlone/modular v1.4.3
77
github.com/GoCodeAlone/modular/modules/cache v0.0.0-00010101000000-000000000000
88
github.com/GoCodeAlone/modular/modules/chimux v0.0.0-00010101000000-000000000000
99
github.com/GoCodeAlone/modular/modules/httpserver v0.0.0-00010101000000-000000000000

examples/eventbus-demo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoCodeAlone/modular/examples/eventbus-demo
33
go 1.25
44

55
require (
6-
github.com/GoCodeAlone/modular v1.4.2
6+
github.com/GoCodeAlone/modular v1.4.3
77
github.com/GoCodeAlone/modular/modules/chimux v0.0.0-00010101000000-000000000000
88
github.com/GoCodeAlone/modular/modules/eventbus v0.0.0-00010101000000-000000000000
99
github.com/GoCodeAlone/modular/modules/httpserver v0.0.0-00010101000000-000000000000

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.25
55
toolchain go1.25.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.4.2
8+
github.com/GoCodeAlone/modular v1.4.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.25
55
toolchain go1.25.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.4.2
8+
github.com/GoCodeAlone/modular v1.4.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.25
55
toolchain go1.25.0
66

77
require (
8-
github.com/GoCodeAlone/modular v1.4.2
8+
github.com/GoCodeAlone/modular v1.4.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 => ../../modules/database
88

99
require (
10-
github.com/GoCodeAlone/modular v1.4.2
10+
github.com/GoCodeAlone/modular v1.4.3
1111
github.com/GoCodeAlone/modular/modules/database v1.1.0
1212
github.com/mattn/go-sqlite3 v1.14.30
1313
)

examples/jsonschema-demo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoCodeAlone/modular/examples/jsonschema-demo
33
go 1.25
44

55
require (
6-
github.com/GoCodeAlone/modular v1.4.2
6+
github.com/GoCodeAlone/modular v1.4.3
77
github.com/GoCodeAlone/modular/modules/chimux v0.0.0-00010101000000-000000000000
88
github.com/GoCodeAlone/modular/modules/httpserver v0.0.0-00010101000000-000000000000
99
github.com/GoCodeAlone/modular/modules/jsonschema v0.0.0-00010101000000-000000000000

examples/letsencrypt-demo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoCodeAlone/modular/examples/letsencrypt-demo
33
go 1.25
44

55
require (
6-
github.com/GoCodeAlone/modular v1.4.2
6+
github.com/GoCodeAlone/modular v1.4.3
77
github.com/GoCodeAlone/modular/modules/chimux v0.0.0-00010101000000-000000000000
88
github.com/GoCodeAlone/modular/modules/httpserver v0.0.0-00010101000000-000000000000
99
github.com/go-chi/chi/v5 v5.2.2

0 commit comments

Comments
 (0)