We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e6a4c commit 30bd611Copy full SHA for 30bd611
2 files changed
go.mod
@@ -17,5 +17,5 @@ require (
17
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
18
github.com/sbani/go-humanizer v0.3.1
19
github.com/sirupsen/logrus v1.6.0
20
- gopkg.in/alecthomas/kingpin.v2 v2.2.6
+ github.com/alecthomas/kingpin v0.0.0-20200323085623-b6657d9477a6
21
)
main.go
@@ -14,8 +14,8 @@ import (
14
"github.com/jinzhu/gorm"
15
log "github.com/sirupsen/logrus"
16
+ "github.com/alecthomas/kingpin"
_ "github.com/jinzhu/gorm/dialects/postgres"
- "gopkg.in/alecthomas/kingpin.v2"
const version = "v3.12.0"
0 commit comments