mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
3a04786412
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
29 lines
937 B
Modula-2
29 lines
937 B
Modula-2
module github.com/edgelesssys/constellation/v2/hack/tools
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/katexochen/sh/v3 v3.6.0
|
|
github.com/rhysd/actionlint v1.6.23
|
|
mvdan.cc/gofumpt v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/renameio/v2 v2.0.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.14 // indirect
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/robfig/cron v1.2.0 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/term v0.3.0 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
mvdan.cc/editorconfig v0.2.0 // indirect
|
|
)
|