ci: update kingpin dependency
This commit is contained in:
+4
-3
@@ -4,9 +4,6 @@ import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/gocolly/colly/v2"
|
||||
"github.com/goodsign/monday"
|
||||
"gopkg.in/alecthomas/kingpin.v2"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"regexp"
|
||||
@@ -14,6 +11,10 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/alecthomas/kingpin/v2"
|
||||
"github.com/gocolly/colly/v2"
|
||||
"github.com/goodsign/monday"
|
||||
)
|
||||
|
||||
func Start() error {
|
||||
|
||||
Reference in New Issue
Block a user