File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- module massh
1
+ module github.com/discoriver/ massh
2
2
3
3
go 1.13
4
4
5
- require golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6
5
+ require golang.org/x/crypto v0.0.0-20200219234226-1ad67e1f0ef4
Original file line number Diff line number Diff line change 1
1
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
2
- golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 h1:Sy5bstxEqwwbYs6n0/pBuxKENqOeZUgD45Gp3Q3pqLg =
3
- golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
2
+ golang.org/x/crypto v0.0.0-20200219234226-1ad67e1f0ef4 h1:4icQlpeqbz3WxfgP6Eq3szTj95KTrlH/CwzBzoxuFd0 =
3
+ golang.org/x/crypto v0.0.0-20200219234226-1ad67e1f0ef4 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
4
4
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
5
5
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
6
6
golang.org/x/sys v0.0.0-20190412213103-97732733099d h1:+R4KGOnez64A81RvjARKc4UT5/tI9ujCIVX+P5KiHuI =
Original file line number Diff line number Diff line change 6
6
"golang.org/x/crypto/ssh/terminal"
7
7
"io/ioutil"
8
8
"log"
9
- "massh/massh"
9
+ "github.com/discoriver/ massh/massh"
10
10
"os"
11
11
"os/user"
12
12
"syscall"
You can’t perform that action at this time.
0 commit comments