aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-07-25 00:46:34 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-07-25 00:46:34 +0200
commit40407573e35ff9b617faf84ac715de3d791282e4 (patch)
treef2f1483b20751a41aaa978761567be798d61cc5d /go.mod
parentcab4432ec6a3e93286f219a8e6df0c7a57682c5d (diff)
downloadmdir-40407573e35ff9b617faf84ac715de3d791282e4.tar.gz
mdir-40407573e35ff9b617faf84ac715de3d791282e4.tar.bz2
mdir-40407573e35ff9b617faf84ac715de3d791282e4.zip
ref: Build the whole application in one bin
To make easier to distribute midr all the binaries will embedded into the final build.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
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