mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 10:26:40 +00:00
Switch from govendor to dep for dependency management
This commit is contained in:
8
Gopkg.toml
Normal file
8
Gopkg.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[[constraint]]
|
||||
name = "gopkg.in/alecthomas/kingpin.v2"
|
||||
version = "2.2.5"
|
||||
|
||||
[prune]
|
||||
non-go = true
|
||||
go-tests = true
|
||||
unused-packages = true
|
||||
Reference in New Issue
Block a user