Declare correct module name
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"git.meatballhat.com/x/box-o-sand/argh"
|
||||
"git.meatballhat.com/x/argh"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module git.meatballhat.com/x/box-o-sand/argh
|
||||
module git.meatballhat.com/x/argh
|
||||
|
||||
go 1.18
|
||||
|
||||
|
@@ -3,7 +3,7 @@ package argh_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.meatballhat.com/x/box-o-sand/argh"
|
||||
"git.meatballhat.com/x/argh"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
@@ -3,7 +3,7 @@ package argh_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.meatballhat.com/x/box-o-sand/argh"
|
||||
"git.meatballhat.com/x/argh"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user