mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
11 lines
220 B
Go
11 lines
220 B
Go
--- gopher.go.orig 2021-07-12 09:15:24 UTC
|
|
+++ gopher.go
|
|
@@ -18,7 +18,7 @@ import (
|
|
"regexp"
|
|
"strings"
|
|
|
|
- "github.com/prologic/go-gopher"
|
|
+ "git.mills.io/prologic/go-gopher"
|
|
"github.com/writeas/web-core/log"
|
|
)
|
|
|