blob: 6f07a2f894b6bfcc18250239a67888f25d23ba19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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"
)
|