diff options
| author | Joseph Richey <joerichey@google.com> | 2018-08-30 13:41:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-30 13:41:49 -0700 |
| commit | 0f451a722918f39fa07bd9337e4a14ca154b13ae (patch) | |
| tree | 9868ffed8cb74357a06e63b88c56d71b13b415af /vendor/modules.txt | |
| parent | 1e1b67dae6c3ae3b5acb5ce377b01b286c3e676b (diff) | |
| parent | 1c9bafdec78b8f238a82314b6d9c566a951486c2 (diff) | |
Merge pull request #107 from google/mod
Use Go Modules and support Go 1.11 building
Diffstat (limited to 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt new file mode 100644 index 0000000..60e0f7e --- /dev/null +++ b/vendor/modules.txt @@ -0,0 +1,17 @@ +# github.com/golang/protobuf v1.2.0 +github.com/golang/protobuf/proto +github.com/golang/protobuf/jsonpb +github.com/golang/protobuf/ptypes/struct +# github.com/pkg/errors v0.8.0 +github.com/pkg/errors +# github.com/urfave/cli v1.20.0 +github.com/urfave/cli +# golang.org/x/crypto v0.0.0-20180820150726-614d502a4dac +golang.org/x/crypto/ssh/terminal +golang.org/x/crypto/argon2 +golang.org/x/crypto/hkdf +golang.org/x/crypto/blake2b +# golang.org/x/sys v0.0.0-20180828065106-d99a578cf41b +golang.org/x/sys/unix +golang.org/x/sys/windows +golang.org/x/sys/cpu |