From b4f7a0fd92101199acb5f8dc2df4623154ba9cd4 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 7 Feb 2022 14:48:19 +0100 Subject: [PATCH] Update tools.go --- tools.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools.go b/tools.go index 53946d0..40d5801 100644 --- a/tools.go +++ b/tools.go @@ -3,6 +3,6 @@ package tools import ( - _ "github.com/go-bindata/go-bindata" - _ "github.com/elazarl/go-bindata-assetfs" + _ "github.com/go-bindata/go-bindata/go-bindata" + _ "github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs" )