Fix riceing by importing the main package
Go 1.16 elides dependencies from go.sum when you don't use a package which has these dependencies. This means dependencies for the `rice` command where not in our `go.sum`. Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
package build
|
||||
|
||||
import (
|
||||
_ "github.com/GeertJohan/go.rice/rice"
|
||||
_ "github.com/whyrusleeping/bencher"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user