ci: update kingpin dependency

This commit is contained in:
2023-05-23 19:29:05 +02:00
parent 0a7f314dc0
commit 95575b2891
3 changed files with 34 additions and 17 deletions
+4 -3
View File
@@ -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 {