forked from Team254/cheesy-arena
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 629 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/Team254/cheesy-arena
go 1.20
require (
github.com/dchest/uniuri v1.2.0
github.com/goburrow/modbus v0.1.0
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/jung-kurt/gofpdf v1.16.2
github.com/mitchellh/mapstructure v1.5.0
github.com/stretchr/testify v1.8.2
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.17.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/goburrow/serial v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)