From 40407573e35ff9b617faf84ac715de3d791282e4 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 25 Jul 2022 00:46:34 +0200 Subject: ref: Build the whole application in one bin To make easier to distribute midr all the binaries will embedded into the final build. --- go.mod | 3 +++ 1 file changed, 3 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e695e83..63cd5b2 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,9 @@ require ( github.com/go-playground/universal-translator v0.18.0 // indirect github.com/go-playground/validator/v10 v10.11.0 // indirect github.com/golang/protobuf v1.5.2 // indirect + github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15 // indirect + github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect + github.com/jessevdk/go-flags v1.5.0 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/json-iterator/go v1.1.12 // indirect -- cgit v1.2.3