Skip to content
Merged
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: 2 additions & 0 deletions examples/advanced-logging/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module advanced-logging

go 1.24.2

toolchain go1.24.4

require (
github.com/GoCodeAlone/modular v1.3.0
github.com/GoCodeAlone/modular/modules/chimux v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-app/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module basic-app

go 1.24.2
go 1.23.0

replace github.com/GoCodeAlone/modular => ../../

Expand Down
2 changes: 2 additions & 0 deletions examples/http-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module http-client

go 1.24.2

toolchain go1.24.4

require (
github.com/GoCodeAlone/modular v1.3.0
github.com/GoCodeAlone/modular/modules/chimux v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/instance-aware-db/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoCodeAlone/modular/examples/instance-aware-db

go 1.24.2
go 1.23.0

replace github.com/GoCodeAlone/modular => ../..

Expand Down
2 changes: 1 addition & 1 deletion examples/multi-tenant-app/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module multi-tenant-app

go 1.24.2
go 1.23.0

replace github.com/GoCodeAlone/modular => ../../

Expand Down
2 changes: 2 additions & 0 deletions examples/reverse-proxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module reverse-proxy

go 1.24.2

toolchain go1.24.4

require (
github.com/GoCodeAlone/modular v1.3.0
github.com/GoCodeAlone/modular/modules/chimux v0.0.0
Expand Down