aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/countlines.go2
-rw-r--r--go.mod2
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 (
diff --git a/go.mod b/go.mod
index bad46aa..6292c68 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module git.sr.ht/~gabrielgio/pipe
+module git.gabrielgio.me/pipe
go 1.21.4