fix mod name
This commit is contained in:
parent
5a2988dfc3
commit
74717f3b79
|
@ -3,7 +3,7 @@ package meta_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"git.bit5.ru/backend/meta/v4"
|
||||
"git.bit5.ru/backend/meta/v5"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.bit5.ru/backend/meta/v4
|
||||
module git.bit5.ru/backend/meta/v5
|
||||
|
||||
go 1.20
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"encoding/hex"
|
||||
"testing"
|
||||
|
||||
"git.bit5.ru/backend/meta/v4"
|
||||
"git.bit5.ru/backend/meta/v5"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"encoding/hex"
|
||||
"testing"
|
||||
|
||||
"git.bit5.ru/backend/meta/v4"
|
||||
"git.bit5.ru/backend/meta/v5"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"encoding/hex"
|
||||
"testing"
|
||||
|
||||
"git.bit5.ru/backend/meta/v4"
|
||||
"git.bit5.ru/backend/meta/v5"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"encoding/hex"
|
||||
"testing"
|
||||
|
||||
"git.bit5.ru/backend/meta/v4"
|
||||
"git.bit5.ru/backend/meta/v5"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package meta_test
|
||||
|
||||
import (
|
||||
"git.bit5.ru/backend/meta/v4"
|
||||
"git.bit5.ru/backend/meta/v5"
|
||||
)
|
||||
|
||||
type TestParent struct {
|
||||
|
|
Loading…
Reference in New Issue