Fixed TLD in module path

This commit is contained in:
Brandon Dyck 2019-03-21 22:30:27 -06:00
parent 4df112cf44
commit 797d92a96b
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package main
import (
h "gitlab.codemonkeysoftware.com/b/hatmill"
h "gitlab.codemonkeysoftware.net/b/hatmill"
"os"
)

2
go.mod
View File

@ -1,3 +1,3 @@
module gitlab.codemonkeysoftware.com/b/hatmill
module gitlab.codemonkeysoftware.net/b/hatmill
require github.com/leanovate/gopter v0.2.4

View File

@ -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{}