Fixing CI pipeline attempt 3
This commit is contained in:
parent
5999cf56fb
commit
b01a4fab8d
|
|
@ -4,7 +4,7 @@ import (
|
|||
"bufio"
|
||||
"bytes"
|
||||
"io"
|
||||
"iplistget/common"
|
||||
"git.veenee.ru/veenee/iplistget/common"
|
||||
"net"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package sources
|
|||
|
||||
import (
|
||||
"bufio"
|
||||
"iplistget/common"
|
||||
"git.veenee.ru/veenee/iplistget/common"
|
||||
"net"
|
||||
"os"
|
||||
"strings"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package sources
|
|||
import (
|
||||
"bufio"
|
||||
"errors"
|
||||
"iplistget/common"
|
||||
"git.veenee.ru/veenee/iplistget/common"
|
||||
"net"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package sources
|
|||
|
||||
import (
|
||||
"bufio"
|
||||
"iplistget/common"
|
||||
"git.veenee.ru/veenee/iplistget/common"
|
||||
"net"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package sources
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"iplistget/common"
|
||||
"git.veenee.ru/veenee/iplistget/common"
|
||||
"net"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package targets
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"iplistget/common"
|
||||
"git.veenee.ru/veenee/iplistget/common"
|
||||
"net"
|
||||
"os"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package targets
|
|||
import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"iplistget/common"
|
||||
"git.veenee.ru/veenee/iplistget/common"
|
||||
"net"
|
||||
"os"
|
||||
"os/exec"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package targets
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"iplistget/common"
|
||||
"git.veenee.ru/veenee/iplistget/common"
|
||||
"net"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue