gyrogpsc/go.mod
2020-12-11 01:18:05 +01:00

16 lines
397 B
Modula-2

module git.timovolkmann.de/gyrogpsc
go 1.15
require (
github.com/gofiber/fiber/v2 v2.2.4
github.com/gofiber/websocket/v2 v2.0.2
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/stretchr/testify v1.6.1 // indirect
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.2 // indirect
github.com/upper/db/v4 v4.0.1 // indirect
go.bug.st/serial v1.1.1
)