gyrogpsc/go.mod

27 lines
956 B
Modula-2

module git.timovolkmann.de/gyrogpsc
go 1.15
require (
github.com/DataDog/zstd v1.4.6-0.20200617134701-89f69fb7df32 // indirect
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gofiber/fiber/v2 v2.2.4
github.com/gofiber/template v1.6.6
github.com/gofiber/websocket/v2 v2.0.2
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.1.2
github.com/klauspost/compress v1.11.0 // indirect
github.com/reugn/go-streams v0.6.3
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.1
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.2
go.bug.st/serial v1.1.3
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)