mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
0f6e56badf
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
14 lines
359 B
Modula-2
14 lines
359 B
Modula-2
module github.com/edgelesssys/constellation/v2/hack/tools
|
|
|
|
go 1.20
|
|
|
|
require github.com/katexochen/sh/v3 v3.6.0
|
|
|
|
require (
|
|
github.com/google/renameio/v2 v2.0.0 // indirect
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/term v0.3.0 // indirect
|
|
mvdan.cc/editorconfig v0.2.0 // indirect
|
|
)
|