Commit Graph

2 Commits

Author SHA1 Message Date
brian m. carlson
843cd7cb32
go.mod: update golang.org/x/ modules for Go 1.16
We require some newer versions to support Go 1.16, so let's bump the
versions and vendor new copies of the libraries.
2021-03-17 16:54:05 +00:00
brian m. carlson
f6eddedfb2
go.mod: add semaphore package
In a future commit, we'll introduce a use of the semaphore package to
prevent goroutines from accidentally running us out of resources. Add
the package to go.mod and go.sum and vendor it in.
2019-01-15 18:53:09 +00:00