gyrogpsc/go.mod

19 lines
512 B
Modula-2

module git.timovolkmann.de/gyrogpsc
go 1.15
require (
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/gofiber/fiber/v2 v2.2.4
github.com/gofiber/websocket/v2 v2.0.2
github.com/google/go-cmp v0.3.0
github.com/google/uuid v1.1.2
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1 // indirect
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.2 // indirect
go.bug.st/serial v1.1.1
golang.org/x/sync v0.0.0-20190423024810-112230192c58
)