32 lines
998 B
Modula-2
32 lines
998 B
Modula-2
module forge.cadoles.com/cadoles/go-emlid
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
forge.cadoles.com/Pyxis/golang-socketio v0.0.0-20240805155359-f54949ba3a46
|
|
github.com/Masterminds/semver/v3 v3.3.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/googollee/go-socket.io v1.7.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/grandcat/zeroconf v1.0.0
|
|
github.com/miekg/dns v1.1.62
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/samber/slog-http v1.4.2
|
|
github.com/wlynxg/anet v0.0.4
|
|
golang.org/x/net v0.29.0
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
|
github.com/gomodule/redigo v1.9.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
go.opentelemetry.io/otel v1.30.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.30.0 // indirect
|
|
golang.org/x/mod v0.21.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/tools v0.25.0 // indirect
|
|
)
|