inline crypto with submodule

This commit is contained in:
Boshi Lian 2022-04-16 14:42:16 +00:00
parent d0cd3f0809
commit be28073eb2
4 changed files with 5 additions and 3 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "crypto"]
path = crypto
url = https://github.com/tg123/sshpiper.crypto

1
crypto Submodule

@ -0,0 +1 @@
Subproject commit e4ffa5b2bb808f22c706664d5cd0f83745800fa8

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.18
replace ( replace (
github.com/jessevdk/go-flags => github.com/tg123/go-flags v1.4.0-globalref github.com/jessevdk/go-flags => github.com/tg123/go-flags v1.4.0-globalref
golang.org/x/crypto => github.com/tg123/sshpiper.crypto v0.0.0-20211208111020-362b80747471 golang.org/x/crypto => ./crypto
) )
require ( require (

2
go.sum
View file

@ -288,8 +288,6 @@ github.com/tg123/remotesigner v0.0.0-20210928104451-7c20285909d1 h1:17rr5yKlOnsx
github.com/tg123/remotesigner v0.0.0-20210928104451-7c20285909d1/go.mod h1:leliuGRH9ayYYwRo6JO8yg+KyWcltK69XJdLv1x7slM= github.com/tg123/remotesigner v0.0.0-20210928104451-7c20285909d1/go.mod h1:leliuGRH9ayYYwRo6JO8yg+KyWcltK69XJdLv1x7slM=
github.com/tg123/sshkey v0.0.0-20201202190454-3bb356f89f1f h1:MOxh2uC27wne9vo2OJqtL2W0Uq3qbBnaOGKgiJA+/fI= github.com/tg123/sshkey v0.0.0-20201202190454-3bb356f89f1f h1:MOxh2uC27wne9vo2OJqtL2W0Uq3qbBnaOGKgiJA+/fI=
github.com/tg123/sshkey v0.0.0-20201202190454-3bb356f89f1f/go.mod h1:0NrddipH8l+ho+Cpbs4qrpEaqbNeHUAfhxURhKC1waE= github.com/tg123/sshkey v0.0.0-20201202190454-3bb356f89f1f/go.mod h1:0NrddipH8l+ho+Cpbs4qrpEaqbNeHUAfhxURhKC1waE=
github.com/tg123/sshpiper.crypto v0.0.0-20211208111020-362b80747471 h1:6g1rYKp1EW2l9o+wGWvfCllumpWW71m7KpeYAbLBrQc=
github.com/tg123/sshpiper.crypto v0.0.0-20211208111020-362b80747471/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=