add .git suffix, add go.mod
This commit is contained in:
parent
081a041108
commit
7884675a43
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.gutmet.org/libUnreadMail.git
|
||||
|
||||
require git.gutmet.org/goutil.git v0.0.0-20190103161150-4ad5c8d93a45
|
|
@ -5,7 +5,7 @@ import (
|
|||
"crypto/x509"
|
||||
"encoding/base64"
|
||||
"fmt"
|
||||
"git.gutmet.org/libUnreadMail/imap"
|
||||
"git.gutmet.org/libUnreadMail.git/imap"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"mime"
|
||||
|
|
|
@ -5,8 +5,8 @@ package main
|
|||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"git.gutmet.org/goutil"
|
||||
"git.gutmet.org/libUnreadMail"
|
||||
"git.gutmet.org/goutil.git"
|
||||
"git.gutmet.org/libUnreadMail.git"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user