mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
Merge branch 'main' into sockets
This commit is contained in:
commit
517a0528f0
@ -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
|
||||
|
2
_examples/cache/go.mod
vendored
2
_examples/cache/go.mod
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
2
_examples/env/go.mod
vendored
2
_examples/env/go.mod
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user