From 14f04e2c4a0bb7fe486e7657523a81cc066e5b81 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 28 Aug 2023 19:45:30 +0000 Subject: [PATCH] build-sys: import build system from darvaza.org/core Signed-off-by: Alejandro Mery --- go.mod | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/go.mod b/go.mod index 5be16df..de11f86 100644 --- a/go.mod +++ b/go.mod @@ -21,3 +21,21 @@ require ( golang.org/x/sys v0.11.0 // indirect golang.org/x/tools v0.12.0 // indirect ) + +require github.com/mgechev/revive v1.3.3 + +require ( + github.com/BurntSushi/toml v1.3.2 // indirect + github.com/chavacava/garif v0.0.0-20230608123814-4bd63c2919ab // indirect + github.com/fatih/color v1.15.0 // indirect + github.com/fatih/structtag v1.2.0 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.17 // indirect + github.com/mattn/go-runewidth v0.0.9 // indirect + github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect + github.com/mitchellh/go-homedir v1.1.0 // indirect + github.com/olekukonko/tablewriter v0.0.5 // indirect + github.com/pkg/errors v0.9.1 // indirect + golang.org/x/sys v0.11.0 // indirect + golang.org/x/tools v0.12.0 // indirect +)