mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-09-24 03:42:32 -04:00
Added pinned versions of dependencies
This commit is contained in:
parent
838f58e648
commit
cccb5a75bd
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -14,3 +14,6 @@
|
|||||||
path = vendor/github.com/shazow/rateio
|
path = vendor/github.com/shazow/rateio
|
||||||
url = https://github.com/shazow/rateio
|
url = https://github.com/shazow/rateio
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "vendor/golang.org/x/crypto"]
|
||||||
|
path = vendor/golang.org/x/crypto
|
||||||
|
url = https://go.googlesource.com/crypto
|
||||||
|
39
Godeps/Godeps.json
generated
Normal file
39
Godeps/Godeps.json
generated
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"ImportPath": "github.com/shazow/ssh-chat",
|
||||||
|
"GoVersion": "go1.6",
|
||||||
|
"GodepVersion": "v74",
|
||||||
|
"Deps": [
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/alexcesaro/log",
|
||||||
|
"Rev": "61e686294e58a8698a9e1091268bb4ac1116bd5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/alexcesaro/log/golog",
|
||||||
|
"Rev": "61e686294e58a8698a9e1091268bb4ac1116bd5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/shazow/rateio",
|
||||||
|
"Rev": "e8e00881e5c12090412414be41c04ca9c8a71106"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "golang.org/x/crypto/curve25519",
|
||||||
|
"Rev": "c2f4947f41766b144bb09066e919466da5eddeae"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "golang.org/x/crypto/ed25519",
|
||||||
|
"Rev": "c2f4947f41766b144bb09066e919466da5eddeae"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "golang.org/x/crypto/ed25519/internal/edwards25519",
|
||||||
|
"Rev": "c2f4947f41766b144bb09066e919466da5eddeae"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "golang.org/x/crypto/ssh",
|
||||||
|
"Rev": "c2f4947f41766b144bb09066e919466da5eddeae"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "golang.org/x/crypto/ssh/terminal",
|
||||||
|
"Rev": "c2f4947f41766b144bb09066e919466da5eddeae"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
5
Godeps/Readme
generated
Normal file
5
Godeps/Readme
generated
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
This directory tree is generated automatically by godep.
|
||||||
|
|
||||||
|
Please do not edit.
|
||||||
|
|
||||||
|
See https://github.com/tools/godep for more information.
|
1
vendor/golang.org/x/crypto
generated
vendored
Submodule
1
vendor/golang.org/x/crypto
generated
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c2f4947f41766b144bb09066e919466da5eddeae
|
Loading…
x
Reference in New Issue
Block a user