go.mod: remove uneeded deps

This commit is contained in:
Cadey Ratio 2018-03-23 19:26:25 -07:00
parent 95b2d6f603
commit fad605169b
1 changed files with 0 additions and 2 deletions

2
go.mod
View File

@ -1,8 +1,6 @@
module "git.xeserv.us/xena/tulpaforce.tk"
require (
"github.com/Xe/ln" v0.0.0-20170921000907-466e05b2ef3e
"github.com/pkg/errors" v0.8.0
"github.com/rakyll/statik" v0.1.1
"golang.org/x/net" v0.0.0-20180202180947-2fb46b16b8dd
)