Import path contains github URL
This commit is contained in:
Родитель
1035c55b7c
Коммит
7ebe57639e
|
@ -9,8 +9,8 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"go-cidr-manager/ipv4cidr/consts"
|
||||
"go-cidr-manager/ipv4cidr/utils"
|
||||
"github.com/microsoft/go-cidr-manager/ipv4cidr/consts"
|
||||
"github.com/microsoft/go-cidr-manager/ipv4cidr/utils"
|
||||
)
|
||||
|
||||
// IPv4CIDR models an IPv4 CIDR range.
|
||||
|
|
|
@ -6,7 +6,7 @@ package ipv4cidr
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"go-cidr-manager/ipv4cidr/consts"
|
||||
"github.com/microsoft/go-cidr-manager/ipv4cidr/consts"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"go-cidr-manager/ipv4cidr/consts"
|
||||
"github.com/microsoft/go-cidr-manager/ipv4cidr/consts"
|
||||
)
|
||||
|
||||
// GetNetmask takes the mask number as input and creates the netmask from it
|
||||
|
|
|
@ -6,7 +6,7 @@ package utils
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"go-cidr-manager/ipv4cidr/consts"
|
||||
"github.com/microsoft/go-cidr-manager/ipv4cidr/consts"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче