summaryrefslogtreecommitdiffstats
path: root/build.go
diff options
context:
space:
mode:
Diffstat (limited to 'build.go')
-rw-r--r--build.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/build.go b/build.go
index ab57fb1d9a..b843465dca 100644
--- a/build.go
+++ b/build.go
@@ -10,14 +10,6 @@ package main
// These libraries will not be included in a normal compilation.
import (
- // for lint
- _ "github.com/mgechev/dots"
- _ "github.com/mgechev/revive/formatter"
- _ "github.com/mgechev/revive/lint"
- _ "github.com/mgechev/revive/rule"
- _ "github.com/mitchellh/go-homedir"
- _ "github.com/pelletier/go-toml"
-
// for embed
_ "github.com/shurcooL/vfsgen"