Files

25 lines
744 B
Modula-2
Raw Permalink Normal View History

2021-05-16 11:00:29 -07:00
module github.com/Team254/cheesy-arena-lite
go 1.18
require (
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/goburrow/modbus v0.1.0
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
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/goburrow/serial v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)