fix module name
This commit is contained in:
parent
54794b57a4
commit
2e97936133
4 changed files with 4 additions and 4 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module git.faercol.me/faercol/device-path
|
module git.faercol.me/faercol/devicepath
|
||||||
|
|
||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ package devicepath_test
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
devicepath "git.faercol.me/faercol/device-path"
|
"git.faercol.me/faercol/devicepath"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
|
@ -3,7 +3,7 @@ package devicepath_test
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
devicepath "git.faercol.me/faercol/device-path"
|
"git.faercol.me/faercol/devicepath"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ package devicepath_test
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
devicepath "git.faercol.me/faercol/device-path"
|
"git.faercol.me/faercol/devicepath"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue