Skip to content

Commit 30bd611

Browse files
author
JojiiOfficial
committed
update kingpin
1 parent 04e6a4c commit 30bd611

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ require (
1717
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
1818
github.com/sbani/go-humanizer v0.3.1
1919
github.com/sirupsen/logrus v1.6.0
20-
gopkg.in/alecthomas/kingpin.v2 v2.2.6
20+
github.com/alecthomas/kingpin v0.0.0-20200323085623-b6657d9477a6
2121
)

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"github.com/jinzhu/gorm"
1515
log "github.com/sirupsen/logrus"
1616

17+
"github.com/alecthomas/kingpin"
1718
_ "github.com/jinzhu/gorm/dialects/postgres"
18-
"gopkg.in/alecthomas/kingpin.v2"
1919
)
2020

2121
const version = "v3.12.0"

0 commit comments

Comments
 (0)