Fixing CI pipeline attempt №2

This commit is contained in:
Vitaly Pashkov 2019-10-30 11:03:16 +00:00
parent f7eec8bd3f
commit 5999cf56fb
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ package main
import ( import (
"flag" "flag"
"fmt" "fmt"
"iplistget/common" "git.veenee.ru/veenee/iplistget/common"
_ "iplistget/sources" _ "git.veenee.ru/veenee/iplistget/sources"
_ "iplistget/targets" _ "git.veenee.ru/veenee/iplistget/targets"
"net" "net"
"os" "os"
) )