Commit Graph

6 Commits

Author SHA1 Message Date
Tim Hockin 8904c30ce9 bump to logr v1.0.0-rc1 2021-06-13 10:57:37 -07:00
Tim Hockin a9266edbef update go.mod to 1.16 2021-03-29 21:16:59 -07:00
Tim Hockin b161f3f0c7 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:35:13 -07:00
Tim Hockin 831eae8f9f Use official logr rather than thockin 2019-03-25 08:54:44 -07:00
Thomas Jackson e32712b301 Add basic prometheus metrics 2019-01-22 17:26:27 -08:00
Thomas Jackson 279bbc307e Switch from godeps to `go mod` 2019-01-22 11:21:57 -08:00