-
- Downloads
Migration in progress
go.mod
0 → 100644
module gitlab.imt-atlantique.fr/xaal/code/go/tools | |||
go 1.23.0 | |||
require ( | |||
gitlab.imt-atlantique.fr/xaal/code/go/schemas v0.2.0 | |||
gitlab.imt-atlantique.fr/xaal/code/go/uuid v0.3.0 | |||
gitlab.imt-atlantique.fr/xaal/code/go/xaal v0.1.0 | |||
) | |||
require ( | |||
github.com/fatih/color v1.17.0 // indirect | |||
github.com/fxamacker/cbor/v2 v2.7.0 // indirect | |||
github.com/google/uuid v1.6.0 // indirect | |||
github.com/mattn/go-colorable v0.1.13 // indirect | |||
github.com/mattn/go-isatty v0.0.20 // indirect | |||
github.com/x448/float16 v0.8.4 // indirect | |||
golang.org/x/crypto v0.27.0 // indirect | |||
golang.org/x/sys v0.25.0 // indirect | |||
gopkg.in/ini.v1 v1.67.0 // indirect | |||
) |
Please register or sign in to comment