From 89678ab0edb0429adc515b7abfedb69db7323bde Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Tue, 14 Jan 2020 15:34:15 -0700 Subject: Add APIv2 CLI example POC * Add ReadMe, CLI and unit files to support socket activation, both for system and rootless Signed-off-by: Jhon Honce --- vendor/modules.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vendor/modules.txt') diff --git a/vendor/modules.txt b/vendor/modules.txt index 82a7ab382..5fd3a395c 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -535,8 +535,11 @@ go.opencensus.io/trace/tracestate go.uber.org/atomic # golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708 golang.org/x/crypto/cast5 +golang.org/x/crypto/chacha20 +golang.org/x/crypto/curve25519 golang.org/x/crypto/ed25519 golang.org/x/crypto/ed25519/internal/edwards25519 +golang.org/x/crypto/internal/subtle golang.org/x/crypto/openpgp golang.org/x/crypto/openpgp/armor golang.org/x/crypto/openpgp/elgamal @@ -544,6 +547,8 @@ golang.org/x/crypto/openpgp/errors golang.org/x/crypto/openpgp/packet golang.org/x/crypto/openpgp/s2k golang.org/x/crypto/pbkdf2 +golang.org/x/crypto/poly1305 +golang.org/x/crypto/ssh golang.org/x/crypto/ssh/terminal # golang.org/x/net v0.0.0-20190628185345-da137c7871d7 golang.org/x/net/context @@ -564,6 +569,7 @@ golang.org/x/oauth2/internal golang.org/x/sync/errgroup golang.org/x/sync/semaphore # golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2 +golang.org/x/sys/cpu golang.org/x/sys/unix golang.org/x/sys/windows # golang.org/x/text v0.3.2 -- cgit v1.2.3-54-g00ecf