-
- Downloads
Push w/ no dep (mod tidy is mandatory)
... | ... | @@ -2,24 +2,3 @@ module gitlab.imt-atlantique.fr/xaal/code/go/z2m |
go 1.23.0 | ||
require ( | ||
github.com/eclipse/paho.mqtt.golang v1.5.0 | ||
github.com/google/uuid v1.6.0 | ||
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/gorilla/websocket v1.5.3 // 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/net v0.27.0 // indirect | ||
golang.org/x/sync v0.7.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