File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ defaults:
1414 actions :
1515 queue :
1616 allow_merging_configuration_change : true
17+ method : rebase
1718pull_request_rules :
1819 - name : merge using the merge queue
1920 conditions :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pkgs.buildGoModule {
55
66 src = ./. ;
77
8- vendorSha256 = "sha256-mc8OMhHoDW5bc0bJMoyyyCPYGeF2KwuRPN2IxPdMVIM =" ;
8+ vendorSha256 = "sha256-ER1i5bwvDSA8/SUHOTHMT1RmFPhmU7qTyMnFkoQrwrg =" ;
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.10 .0
8+ golang.org/x/crypto v0.11 .0
99)
1010
11- require golang.org/x/sys v0.9 .0 // indirect
11+ require golang.org/x/sys v0.10 .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.10 .0 h1:LKqV2xt9+kDzSTfOhx4FrkEBcMrAgHSYgzywV9zcGmM =
6- golang.org/x/crypto v0.10 .0 /go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I =
7- golang.org/x/sys v0.9 .0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s =
8- golang.org/x/sys v0.9 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
9- golang.org/x/term v0.9 .0 h1:GRRCnKYhdQrD8kfRAdQ6Zcw1P0OcELxGLKJvtjVMZ28 =
5+ golang.org/x/crypto v0.11 .0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA =
6+ golang.org/x/crypto v0.11 .0 /go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio =
7+ golang.org/x/sys v0.10 .0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA =
8+ golang.org/x/sys v0.10 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
9+ golang.org/x/term v0.10 .0 h1:3R7pNqamzBraeqj/Tj8qt1aQ2HpmlC+Cx/qL/7hn4/c =
You can’t perform that action at this time.
0 commit comments