diff options
Diffstat (limited to 'templates/go/go.mod')
| -rw-r--r-- | templates/go/go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/go/go.mod b/templates/go/go.mod index 736d11c..aa1e0fb 100644 --- a/templates/go/go.mod +++ b/templates/go/go.mod @@ -1,3 +1,3 @@ -module go.fcuny.net/changeme +module github.com/fcuny/changeme -go 1.18 +go 1.21 |
