module github.com/Team254/cheesy-arena go 1.16 require ( bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c 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/jmoiron/modl v0.0.0-20160417153729-99654d091ece github.com/jmoiron/sqlx v1.3.1 // indirect github.com/jung-kurt/gofpdf v1.16.2 github.com/kylelemons/go-gypsy v1.0.0 // indirect github.com/lib/pq v1.10.0 // indirect github.com/mattn/go-sqlite3 v1.14.6 github.com/mitchellh/mapstructure v1.4.1 github.com/stretchr/testify v1.7.0 github.com/ziutek/mymysql v1.5.4 // indirect golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 )