File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pkgs.buildGoModule {
55
66 src = ./. ;
77
8- vendorSha256 = "sha256-qtjjrvvRVcrJIM+EPWTd6xFgIbKvEqkiT3vjXakoQp0 =" ;
8+ vendorSha256 = "sha256-L6mjCKMabnLRmiT8jcNCPEsTceYxRBHxhE0CpOvu3Sk =" ;
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.7 .0
8+ golang.org/x/crypto v0.8 .0
99)
1010
11- require golang.org/x/sys v0.6 .0 // indirect
11+ require golang.org/x/sys v0.7 .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.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 =
5+ golang.org/x/crypto v0.8 .0 h1:pd9TJtTueMTVQXzk8E2XESSMQDj/U7OUu0PqJqPXQjQ =
6+ golang.org/x/crypto v0.8 .0 /go.mod h1:mRqEX+O9/h5TFCrQhkgjo2yKi0yYA+9ecGkdQoHrywE =
7+ golang.org/x/sys v0.7 .0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU =
8+ golang.org/x/sys v0.7 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
9+ golang.org/x/term v0.7 .0 h1:BEvjmm5fURWqcfbSKTdpkDXYBrUS1c0m8agp14W48vQ =
You can’t perform that action at this time.
0 commit comments