Tim Hockin
6e68266403
Update prometheus client
...
go get github.com/prometheus/client_golang@v1.14.0
go mod tidy
go mod vendor
2023-02-06 17:49:03 -08:00
Tim Hockin
45b1c5485d
Move tools into a tools/ subdir
...
This avoids vendoring all the deps in the root.
2022-08-13 16:43:22 -07:00
Tim Hockin
5ce0b80994
Update manifest-tool to latest
...
Latest doesn't need gross deps hacks.
2022-07-26 11:28:48 -07:00
Tim Hockin
008e2673bc
deps: Bump go-licenses to 1.2.1
2022-07-03 13:47:52 -07:00
Tim Hockin
f77e3a54fc
Add infrastructure for build tools
...
As per discussion with Go team. it's hacky but it works.
create tools.go
git add tools.go
go mod vendor
git add vendor
go mod tidy
go mod vendor # again
2021-03-29 16:51:08 -07:00