1
0
Fork 0
hscloud/third_party/go
q3k 3e2a5a5957 third_party/go: add filippo.io/age
You can test this using:

   bazel run '@io_filippo_age//cmd/age'

The same target can now be used in data dependencies for secretstore
(you'll need to hardcode the runfile path, or use some
Bazel-runfile-resolving library for Python).

This required adding a few dependencies to
third_party/go/repositories.bzl, but also moving golang.org/x/crypto
from that file into WORKSPACE, before gazelle_deps gets loaded (as the
version requested by gazelle_deps is too old). We also moved shlex that
shouldn't have been in WORKSPACE into third_party/go/repositories.bzl.

Otherwise, this was just a few small deps - bumped golang.org/x/crypto,
new golang.org/x/term, new filippo.io/edwards25519. Hooray low
dependency code.

Change-Id: I0e684d88efffde13a3b4e253860aabcb35a3c94d
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1158
Reviewed-by: patryk <patryk@hackerspace.pl>
2021-10-07 20:18:25 +00:00
..
k8s-apimachinery k8s.io/apimachinery: bypass https://github.com/kubernetes/kubernetes/issues/87675 2020-02-21 12:54:05 +01:00
kubernetes third_party/go/kubernetes: fix version reported in kubectl 2020-11-03 21:15:41 +01:00
BUILD WORKSPACE: cleanup 2020-06-25 19:54:25 +02:00
repositories.bzl third_party/go: add filippo.io/age 2021-10-07 20:18:25 +00:00