Merge branch 'main' into sockets

This commit is contained in:
syumai 2023-10-22 14:30:42 +09:00
commit 517a0528f0
15 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/basic-auth-server
go 1.18
go 1.21.3
require (
github.com/syumai/tinyutil v0.3.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/cache
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/scheduled
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/d1-blog-server
go 1.19
go 1.21.3
require github.com/syumai/workers v0.9.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/durable-object-counter
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/env
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/hello
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/fetch
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/hello
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/kv-counter
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/pages-functions
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/r2-image-server
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0-00010101000000-000000000000

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/r2-image-viewer-tinygo
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0-00010101000000-000000000000

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/fetch
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/simple-json-server
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0-00010101000000-000000000000