fix module name

This commit is contained in:
Melora Hugues 2023-09-16 16:20:09 +02:00
parent 54794b57a4
commit 2e97936133
4 changed files with 4 additions and 4 deletions

2
go.mod
View file

@ -1,4 +1,4 @@
module git.faercol.me/faercol/device-path
module git.faercol.me/faercol/devicepath
go 1.20

View file

@ -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"
)

View file

@ -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"
)

View file

@ -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"
)