Skip to content

Commit

Permalink
Bump to version 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ralimi committed Jan 23, 2018
1 parent 377430e commit ad76b56
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 110 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SSH Agent for Google Chrome™",
"version": "0.0.13",
"version": "0.0.14",
"description": "Provides an SSH Agent implementation for Chrome's Secure Shell extension",
"manifest_version": 2,
"icons": {
Expand Down
108 changes: 54 additions & 54 deletions vendor/golang.org/x/crypto/ssh/cipher.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions vendor/golang.org/x/crypto/ssh/common.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 8 additions & 37 deletions vendor/golang.org/x/crypto/ssh/transport.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,44 @@
{
"checksumSHA1": "IQkUIOnvlf0tYloFx9mLaXSvXWQ=",
"path": "golang.org/x/crypto/curve25519",
"revision": "a6600008915114d9c087fad9f03d75087b1a74df",
"revisionTime": "2018-01-19T09:51:11Z"
"revision": "3d37316aaa6bd9929127ac9a527abf408178ea7b",
"revisionTime": "2018-01-22T21:46:34Z"
},
{
"checksumSHA1": "1hwn8cgg4EVXhCpJIqmMbzqnUo0=",
"path": "golang.org/x/crypto/ed25519",
"revision": "a6600008915114d9c087fad9f03d75087b1a74df",
"revisionTime": "2018-01-19T09:51:11Z"
"revision": "3d37316aaa6bd9929127ac9a527abf408178ea7b",
"revisionTime": "2018-01-22T21:46:34Z"
},
{
"checksumSHA1": "LXFcVx8I587SnWmKycSDEq9yvK8=",
"path": "golang.org/x/crypto/ed25519/internal/edwards25519",
"revision": "a6600008915114d9c087fad9f03d75087b1a74df",
"revisionTime": "2018-01-19T09:51:11Z"
"revision": "3d37316aaa6bd9929127ac9a527abf408178ea7b",
"revisionTime": "2018-01-22T21:46:34Z"
},
{
"checksumSHA1": "hfABw6DX9B4Ma+88qDDGz9qY45s=",
"path": "golang.org/x/crypto/internal/chacha20",
"revision": "a6600008915114d9c087fad9f03d75087b1a74df",
"revisionTime": "2018-01-19T09:51:11Z"
"revision": "3d37316aaa6bd9929127ac9a527abf408178ea7b",
"revisionTime": "2018-01-22T21:46:34Z"
},
{
"checksumSHA1": "kVKE0OX1Xdw5mG7XKT86DLLKE2I=",
"path": "golang.org/x/crypto/poly1305",
"revision": "a6600008915114d9c087fad9f03d75087b1a74df",
"revisionTime": "2018-01-19T09:51:11Z"
"revision": "3d37316aaa6bd9929127ac9a527abf408178ea7b",
"revisionTime": "2018-01-22T21:46:34Z"
},
{
"checksumSHA1": "3gmfzaf0iuWogko7jfz8lH8Adcs=",
"checksumSHA1": "Wy1ExvSqSli5OSnOwCknLUR77o4=",
"path": "golang.org/x/crypto/ssh",
"revision": "a6600008915114d9c087fad9f03d75087b1a74df",
"revisionTime": "2018-01-19T09:51:11Z"
"revision": "3d37316aaa6bd9929127ac9a527abf408178ea7b",
"revisionTime": "2018-01-22T21:46:34Z"
},
{
"checksumSHA1": "NMRX0onGReaL9IfLr0XQ3kl5Id0=",
"path": "golang.org/x/crypto/ssh/agent",
"revision": "a6600008915114d9c087fad9f03d75087b1a74df",
"revisionTime": "2018-01-19T09:51:11Z"
"revision": "3d37316aaa6bd9929127ac9a527abf408178ea7b",
"revisionTime": "2018-01-22T21:46:34Z"
}
],
"rootPath": "github.com/google/chrome-ssh-agent"
Expand Down

0 comments on commit ad76b56

Please sign in to comment.