remove go.mod so we can use twirp :(

This commit is contained in:
Cadey Ratio 2018-03-14 23:32:22 -07:00
parent c18c685fc2
commit c29b7db4f9
1 changed files with 0 additions and 8 deletions

8
go.mod
View File

@ -1,8 +0,0 @@
module "git.xeserv.us/xena/apig"
require (
"github.com/asdine/storm" v1.1.0
"github.com/boltdb/bolt" v1.3.1
"github.com/burl/ejson" v0.0.0-20160502190458-8cc3f0b0b846
"golang.org/x/crypto" v0.0.0-20180314180259-21652f85b0fd
)