Use go mod for vendoring
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module git.bullercodeworks.com/brian/boltbrowser
|
||||
|
||||
require (
|
||||
github.com/boltdb/bolt v1.3.1
|
||||
github.com/br0xen/termbox-util v0.0.0-20170904143325-de1d4c83380e
|
||||
github.com/mattn/go-runewidth v0.0.3 // indirect
|
||||
github.com/nsf/termbox-go v0.0.0-20180819125858-b66b20ab708e
|
||||
)
|
||||
Reference in New Issue
Block a user