Files
cheesy-arena-lite/go.mod

18 lines
504 B
Modula-2

module github.com/Team254/cheesy-arena-lite
go 1.16
require (
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/goburrow/modbus v0.1.0
github.com/goburrow/serial v0.1.0 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/jung-kurt/gofpdf v1.16.2
github.com/mitchellh/mapstructure v1.4.1
github.com/stretchr/testify v1.7.0
go.etcd.io/bbolt v1.3.5
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
)