remove the system go-bindata requirement.

close #1
close #3
This commit is contained in:
Will Scott 2018-03-08 11:34:30 -08:00
commit e47554cae2
4 changed files with 82 additions and 30 deletions

View file

@ -24,6 +24,7 @@
# go-tests = true
# unused-packages = true
required = ["github.com/shuLhan/go-bindata/go-bindata"]
[[constraint]]
name = "github.com/alecthomas/kingpin"
@ -56,3 +57,7 @@
[[constraint]]
branch = "master"
name = "github.com/measurement-kit/go-measurement-kit"
[[constraint]]
name = "github.com/shuLhan/go-bindata"
version = "3.3.0"