Fixed TLD in module path
This commit is contained in:
parent
4df112cf44
commit
797d92a96b
@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
h "gitlab.codemonkeysoftware.com/b/hatmill"
|
||||
h "gitlab.codemonkeysoftware.net/b/hatmill"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
||||
module gitlab.codemonkeysoftware.com/b/hatmill
|
||||
module gitlab.codemonkeysoftware.net/b/hatmill
|
||||
|
||||
require github.com/leanovate/gopter v0.2.4
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
"github.com/leanovate/gopter"
|
||||
"github.com/leanovate/gopter/gen"
|
||||
"github.com/leanovate/gopter/prop"
|
||||
"gitlab.codemonkeysoftware.com/b/hatmill"
|
||||
"gitlab.codemonkeysoftware.net/b/hatmill"
|
||||
)
|
||||
|
||||
type NopWriter struct{}
|
||||
|
Loading…
Reference in New Issue
Block a user