go.mod: remove uneeded deps
This commit is contained in:
parent
95b2d6f603
commit
fad605169b
2
go.mod
2
go.mod
|
@ -1,8 +1,6 @@
|
||||||
module "git.xeserv.us/xena/tulpaforce.tk"
|
module "git.xeserv.us/xena/tulpaforce.tk"
|
||||||
|
|
||||||
require (
|
require (
|
||||||
"github.com/Xe/ln" v0.0.0-20170921000907-466e05b2ef3e
|
|
||||||
"github.com/pkg/errors" v0.8.0
|
|
||||||
"github.com/rakyll/statik" v0.1.1
|
"github.com/rakyll/statik" v0.1.1
|
||||||
"golang.org/x/net" v0.0.0-20180202180947-2fb46b16b8dd
|
"golang.org/x/net" v0.0.0-20180202180947-2fb46b16b8dd
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue