about summary refs log tree commit diff
path: root/third_party/gopkgs/github.com/golang (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-06-14 r/950 feat(clbot): Create Gerrit watcher and basic clbot binary.Luke Granger-Brown1-0/+11
gerrit.Watcher is a class which watches the Gerrit stream-events SSH connection and produces events. There's a basic CLBot binary as well, to demonstrate driving it to produce messages on the logging output. It doesn't really do anything else. Change-Id: I274fe0a77c8329f79456425405e2fbdc3ca2edf0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/245 Reviewed-by: tazjin <mail@tazj.in>
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo2-7/+4
2019-12-14 r/131 chore(third_party): Add derivation for gopkgs/golang/groupcacheVincent Ambo1-0/+9
2019-12-13 r/124 chore(third_party): Bump gopkgs needed for Google CloudVincent Ambo1-1/+1
2019-12-13 r/123 feat(third_party/gopkgs): Import external packages for Google CloudVincent Ambo1-0/+12
These packages contain the Cloud SDK for Go. There is currently a linker issue (presumably due to something in `buildGo.nix`) that means that projects using them can not actually be built.