diff options
-rw-r--r-- | examples/countlines.go | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/countlines.go b/examples/countlines.go index 000efa5..4a043b5 100644 --- a/examples/countlines.go +++ b/examples/countlines.go @@ -9,7 +9,7 @@ import ( "path/filepath" "unicode/utf8" - "git.sr.ht/~gabrielgio/pipe" + "git.gabrielgio.me/pipe" ) var ( @@ -1,3 +1,3 @@ -module git.sr.ht/~gabrielgio/pipe +module git.gabrielgio.me/pipe go 1.21.4 |