tools: version tools in tools.go

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-14 17:18:33 +01:00
parent 70ca69f6bc
commit 33fbac87fb
8 changed files with 124 additions and 3 deletions

14
hack/tools/tools.go Normal file
View file

@ -0,0 +1,14 @@
//go:build tools
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
package main
import (
_ "github.com/katexochen/sh/v3/cmd/shfmt"
_ "mvdan.cc/gofumpt"
)