diff --git a/go.mod b/go.mod index 7c67964..0d690c3 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.faercol.me/faercol/device-path +module git.faercol.me/faercol/devicepath go 1.20 diff --git a/parser_test.go b/parser_test.go index 9856db5..12842da 100644 --- a/parser_test.go +++ b/parser_test.go @@ -3,7 +3,7 @@ package devicepath_test import ( "testing" - devicepath "git.faercol.me/faercol/device-path" + "git.faercol.me/faercol/devicepath" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/pci_test.go b/pci_test.go index 2e182cf..3e8c183 100644 --- a/pci_test.go +++ b/pci_test.go @@ -3,7 +3,7 @@ package devicepath_test import ( "testing" - devicepath "git.faercol.me/faercol/device-path" + "git.faercol.me/faercol/devicepath" "github.com/stretchr/testify/assert" ) diff --git a/sata_test.go b/sata_test.go index 39db850..b749061 100644 --- a/sata_test.go +++ b/sata_test.go @@ -3,7 +3,7 @@ package devicepath_test import ( "testing" - devicepath "git.faercol.me/faercol/device-path" + "git.faercol.me/faercol/devicepath" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )