about summary refs log tree commit diff
path: root/third_party/gopkgs/golang.org (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-01-17 r/3619 fix(3p): Move away from builtins.fetchGitVincent Ambo6-12/+23
Moves to the derivation-based git fetchers everywhere in third-party. This might help with forward-compatibility with newer Nix versions, though that's not our primary concern right now. Change-Id: I565bb72585b8639893e9ea3a9e233338aede63a9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3903 Tested-by: BuildkiteCI Reviewed-by: zseri <zseri.devel@ytrizja.de>
2021-03-23 r/2323 chore(3p/gopkgs): 'depot.buildGo' -> 'depot.nix.buildGo'Vincent Ambo6-6/+6
This makes it possible to deprecate the previous alias. Change-Id: I6efe73a21dc771cfa28094bbac434a188aebfd45 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2647 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
2020-08-04 r/1580 chore: simplify buildGo expressionsedef1-1/+1
This removes redundant `map (p: p.gopkg)` expressions. Change-Id: If25d603c27d63ae011f396caf5d26cdfdb8c28d5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1625 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo6-18/+15
2020-01-05 r/336 chore(third_party/gopkgs): Add Google Maps API client & depsVincent Ambo2-3/+10
2019-12-21 r/267 feat(watchblob): Check in Nix expression with buildGoVincent Ambo1-3/+1
2019-12-19 r/206 feat(third_party): Add Go packages for src-d/go-gitVincent Ambo1-0/+15
This is going to be used in my git syncing tool for the cgit setup.
2019-12-13 r/124 chore(third_party): Bump gopkgs needed for Google CloudVincent Ambo4-4/+4
2019-12-13 r/123 feat(third_party/gopkgs): Import external packages for Google CloudVincent Ambo4-0/+53
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.