13 lines
286 B
Modula-2
13 lines
286 B
Modula-2
module git.timovolkmann.de/gyrogpsc
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/m7shapan/njson v1.0.1
|
|
github.com/tidwall/gjson v1.6.0
|
|
github.com/tidwall/pretty v1.0.2
|
|
go.bug.st/serial v1.1.1
|
|
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
|
|
)
|