| module github.com/frc971/971-Robot-Code |
| |
| go 1.17 |
| |
| require ( |
| github.com/buildkite/go-buildkite v2.2.0+incompatible |
| github.com/golang/protobuf v1.5.2 |
| github.com/google/flatbuffers v2.0.5+incompatible |
| github.com/mattn/go-sqlite3 v1.14.10 |
| google.golang.org/grpc v1.43.0 |
| ) |
| |
| require ( |
| github.com/cenkalti/backoff v2.2.1+incompatible // indirect |
| github.com/davecgh/go-spew v1.1.0 |
| github.com/google/go-querystring v1.1.0 // indirect |
| golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect |
| golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect |
| golang.org/x/text v0.3.0 // indirect |
| google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect |
| google.golang.org/protobuf v1.26.0 // indirect |
| ) |