File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -47,5 +47,5 @@ $ nix-shell -p 'import (fetchTarball "https://github.com/Mic92/ssh-to-age/archiv
4747## Install with go
4848
4949``` console
50- $ go get github.com/Mic92/ssh-to-age/cmd
50+ $ go install github.com/Mic92/ssh-to-age/cmd/ssh-to-age@latest
5151```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pkgs.buildGoModule {
55
66 src = ./. ;
77
8- vendorSha256 = "sha256-d4/KNzmmhpdUjdfrjaZ7c2Ba0OjYTtWwxe+MuTkN8Fw =" ;
8+ vendorSha256 = "sha256-qtjjrvvRVcrJIM+EPWTd6xFgIbKvEqkiT3vjXakoQp0 =" ;
99
1010 # golangci-lint is marked as broken on macOS
1111 nativeBuildInputs = pkgs . lib . optional ( ! pkgs . stdenv . isDarwin ) [ pkgs . golangci-lint ] ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.18 // tagx:compat 1.16
55require (
66 filippo.io/age v1.1.1
77 filippo.io/edwards25519 v1.0.0
8- golang.org/x/crypto v0.5 .0
8+ golang.org/x/crypto v0.7 .0
99)
1010
11- require golang.org/x/sys v0.4 .0 // indirect
11+ require golang.org/x/sys v0.6 .0 // indirect
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ filippo.io/age v1.1.1 h1:pIpO7l151hCnQ4BdyBujnGP2YlUo0uj6sAVNHGBvXHg=
22filippo.io/age v1.1.1 /go.mod h1:l03SrzDUrBkdBx8+IILdnn2KZysqQdbEBUQ4p3sqEQE =
33filippo.io/edwards25519 v1.0.0 h1:0wAIcmJUqRdI8IJ/3eGi5/HwXZWPujYXXlkrQogz0Ek =
44filippo.io/edwards25519 v1.0.0 /go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns =
5- golang.org/x/crypto v0.5 .0 h1:U/0M97KRkSFvyD/3FSmdP5W5swImpNgle/EHFhOsQPE =
6- golang.org/x/crypto v0.5 .0 /go.mod h1:NK/OQwhpMQP3MwtdjgLlYHnH9ebylxKWv3e0fK+mkQU =
7- golang.org/x/sys v0.4 .0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18 =
8- golang.org/x/sys v0.4 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
9- golang.org/x/term v0.4 .0 h1:O7UWfv5+A2qiuulQk30kVinPoMtoIPeVaKLEgLpVkvg =
5+ golang.org/x/crypto v0.7 .0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A =
6+ golang.org/x/crypto v0.7 .0 /go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU =
7+ golang.org/x/sys v0.6 .0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ =
8+ golang.org/x/sys v0.6 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
9+ golang.org/x/term v0.6 .0 h1:clScbb1cHjoCkyRbWwBEUZ5H/tIFu5TAXIqaZD0Gcjw =
You can’t perform that action at this time.
0 commit comments