Add go.mod and go.sum for the first time.

This commit is contained in:
Patrick Fairbank
2021-03-08 17:03:55 -08:00
parent de1790cf0b
commit c3ed0021fa
2 changed files with 84 additions and 0 deletions

23
go.mod Normal file
View File

@@ -0,0 +1,23 @@
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
)