diff options
Diffstat (limited to 'build.go')
-rw-r--r-- | build.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |