Merge pull request #29 from tbrent/master

Fix Vendoring
This commit is contained in:
Brian Buller 2019-02-18 08:14:47 -06:00 committed by GitHub
commit b274dceb94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.bullercodeworks.com/brian/boltbrowser
module github.com/br0xen/boltbrowser
require (
github.com/boltdb/bolt v1.3.1