summaryrefslogtreecommitdiffstats
path: root/build.go
diff options
context:
space:
mode:
Diffstat (limited to 'build.go')
-rw-r--r--build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.go b/build.go
index 8f6fd48508..ab57fb1d9a 100644
--- a/build.go
+++ b/build.go
@@ -11,12 +11,12 @@ package main
import (
// for lint
- _ "github.com/BurntSushi/toml"
_ "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"