diff --git a/examples/basic/go.mod b/examples/basic/go.mod index f5878479..57b5b176 100644 --- a/examples/basic/go.mod +++ b/examples/basic/go.mod @@ -1,4 +1,4 @@ -module basic +module github.com/go-fuego/fuego/examples/basic go 1.21.5 diff --git a/examples/full-app-gourmet/go.mod b/examples/full-app-gourmet/go.mod index 4fbd6c95..e7a6477e 100644 --- a/examples/full-app-gourmet/go.mod +++ b/examples/full-app-gourmet/go.mod @@ -1,6 +1,6 @@ -module simple-crud +module github.com/go-fuego/fuego/examples/hello-world/full-app-gourmet -go 1.21.3 +go 1.22.0 require ( github.com/a-h/templ v0.2.513 diff --git a/examples/hello-world/go.mod b/examples/hello-world/go.mod new file mode 100644 index 00000000..e5ae050f --- /dev/null +++ b/examples/hello-world/go.mod @@ -0,0 +1,3 @@ +module github.com/go-fuego/fuego/examples/hello-world + +go 1.22.0