play: Update Go module path

This will now point to the vanity `go.deuill.org` path, which will make
any future migration to different sources simpler.
This commit is contained in:
Alex Palaistras 2022-10-29 19:51:01 +01:00
parent e1208d67bd
commit 7a50537810
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
module github.com/deuill/grawkit/play
module go.deuill.org/grawkit/play
go 1.19

View File

@ -17,7 +17,7 @@ import (
"time"
// Internal packages.
"github.com/deuill/grawkit/play/static"
"go.deuill.org/grawkit/play/static"
// Third-party packages
"github.com/benhoyt/goawk/interp"