Update module name

This commit is contained in:
adnano 2020-09-28 18:19:59 -04:00
parent 684bb1cc68
commit 8d9e50d47a
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ import (
"fmt" "fmt"
"log" "log"
"git.sr.ht/~adnano/go-gemini" "git.sr.ht/~adnano/gmi"
) )
type user struct { type user struct {

View File

@ -6,7 +6,7 @@ import (
"log" "log"
"time" "time"
"git.sr.ht/~adnano/go-gemini" "git.sr.ht/~adnano/gmi"
) )
func main() { func main() {

View File

@ -11,7 +11,7 @@ import (
"syscall" "syscall"
"time" "time"
"git.sr.ht/~adnano/go-gemini" "git.sr.ht/~adnano/gmi"
"golang.org/x/crypto/ssh/terminal" "golang.org/x/crypto/ssh/terminal"
) )

View File

@ -6,7 +6,7 @@ import (
"crypto/tls" "crypto/tls"
"log" "log"
"git.sr.ht/~adnano/go-gemini" "git.sr.ht/~adnano/gmi"
) )
func main() { func main() {

2
go.mod
View File

@ -1,4 +1,4 @@
module git.sr.ht/~adnano/go-gemini module git.sr.ht/~adnano/gmi
go 1.15 go 1.15