diff --git a/_examples/basic-auth-proxy/go.mod b/_examples/basic-auth-proxy/go.mod index 74ee40d..2e93129 100644 --- a/_examples/basic-auth-proxy/go.mod +++ b/_examples/basic-auth-proxy/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/basic-auth-server +module github.com/syumai/workers/_examples/basic-auth-server go 1.18 diff --git a/_examples/cache/go.mod b/_examples/cache/go.mod index a46309f..dfb4315 100644 --- a/_examples/cache/go.mod +++ b/_examples/cache/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/cache +module github.com/syumai/workers/_examples/cache go 1.18 diff --git a/_examples/cron/go.mod b/_examples/cron/go.mod index 6e2c460..770bab2 100644 --- a/_examples/cron/go.mod +++ b/_examples/cron/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/workers/examples/scheduled +module github.com/syumai/workers/_examples/scheduled go 1.18 diff --git a/_examples/d1-blog-server/go.mod b/_examples/d1-blog-server/go.mod index 92d0eed..7f43d37 100644 --- a/_examples/d1-blog-server/go.mod +++ b/_examples/d1-blog-server/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/workers/examples/d1-blog-server +module github.com/syumai/workers/_examples/d1-blog-server go 1.19 diff --git a/_examples/durable-object-counter/go.mod b/_examples/durable-object-counter/go.mod index c2c4fb5..8738328 100644 --- a/_examples/durable-object-counter/go.mod +++ b/_examples/durable-object-counter/go.mod @@ -1,7 +1,7 @@ -module github.com/syumai/workers/examples/durable-object-counter +module github.com/syumai/workers/_examples/durable-object-counter go 1.18 require github.com/syumai/workers v0.0.0 -replace github.com/syumai/workers => ../../ \ No newline at end of file +replace github.com/syumai/workers => ../../ diff --git a/_examples/env/go.mod b/_examples/env/go.mod index c81f2f4..b9b9496 100644 --- a/_examples/env/go.mod +++ b/_examples/env/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/workers/examples/env +module github.com/syumai/workers/_examples/env go 1.18 diff --git a/_examples/fetch-event/go.mod b/_examples/fetch-event/go.mod index 8a8adaa..92a68b9 100644 --- a/_examples/fetch-event/go.mod +++ b/_examples/fetch-event/go.mod @@ -1,7 +1,7 @@ -module github.com/syumai/hello +module github.com/syumai/workers/_examples/hello go 1.18 require github.com/syumai/workers v0.0.0 -replace github.com/syumai/workers => ../../ \ No newline at end of file +replace github.com/syumai/workers => ../../ diff --git a/_examples/fetch/go.mod b/_examples/fetch/go.mod index eb5269f..b1625c4 100644 --- a/_examples/fetch/go.mod +++ b/_examples/fetch/go.mod @@ -1,7 +1,7 @@ -module github.com/syumai/fetch +module github.com/syumai/workers/_examples/fetch go 1.18 require github.com/syumai/workers v0.0.0 -replace github.com/syumai/workers => ../../ \ No newline at end of file +replace github.com/syumai/workers => ../../ diff --git a/_examples/hello/go.mod b/_examples/hello/go.mod index 8a8adaa..92a68b9 100644 --- a/_examples/hello/go.mod +++ b/_examples/hello/go.mod @@ -1,7 +1,7 @@ -module github.com/syumai/hello +module github.com/syumai/workers/_examples/hello go 1.18 require github.com/syumai/workers v0.0.0 -replace github.com/syumai/workers => ../../ \ No newline at end of file +replace github.com/syumai/workers => ../../ diff --git a/_examples/kv-counter/go.mod b/_examples/kv-counter/go.mod index 2c2037b..770bf1e 100644 --- a/_examples/kv-counter/go.mod +++ b/_examples/kv-counter/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/workers/examples/kv-counter +module github.com/syumai/workers/_examples/kv-counter go 1.18 diff --git a/_examples/pages-functions/go.mod b/_examples/pages-functions/go.mod index 451a740..a141603 100644 --- a/_examples/pages-functions/go.mod +++ b/_examples/pages-functions/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/pages-functions +module github.com/syumai/workers/_examples/pages-functions go 1.18 diff --git a/_examples/r2-image-server/go.mod b/_examples/r2-image-server/go.mod index 9926cb2..cb52586 100644 --- a/_examples/r2-image-server/go.mod +++ b/_examples/r2-image-server/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/workers/examples/r2-image-server +module github.com/syumai/workers/_examples/r2-image-server go 1.18 diff --git a/_examples/r2-image-viewer/go.mod b/_examples/r2-image-viewer/go.mod index 93e7805..2779c10 100644 --- a/_examples/r2-image-viewer/go.mod +++ b/_examples/r2-image-viewer/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/workers/examples/r2-image-viewer-tinygo +module github.com/syumai/workers/_examples/r2-image-viewer-tinygo go 1.18 diff --git a/_examples/service-bindings/go.mod b/_examples/service-bindings/go.mod index eb5269f..b1625c4 100644 --- a/_examples/service-bindings/go.mod +++ b/_examples/service-bindings/go.mod @@ -1,7 +1,7 @@ -module github.com/syumai/fetch +module github.com/syumai/workers/_examples/fetch go 1.18 require github.com/syumai/workers v0.0.0 -replace github.com/syumai/workers => ../../ \ No newline at end of file +replace github.com/syumai/workers => ../../ diff --git a/_examples/simple-json-server/go.mod b/_examples/simple-json-server/go.mod index ffea532..2073dc6 100644 --- a/_examples/simple-json-server/go.mod +++ b/_examples/simple-json-server/go.mod @@ -1,4 +1,4 @@ -module github.com/syumai/workers/examples/simple-json-server +module github.com/syumai/workers/_examples/simple-json-server go 1.18