Skip to content

Commit

Permalink
Merge pull request #28 from Mic92/dependabot/go_modules/golang.org/x/…
Browse files Browse the repository at this point in the history
…crypto-0.10.0

Bump golang.org/x/crypto from 0.9.0 to 0.10.0
  • Loading branch information
Mic92 authored Jun 21, 2023
2 parents b12506e + fa06d04 commit 05dbb22
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ queue_rules:
- name: default
merge_conditions:
- check-success=cross-build
- check-success=tests (nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-22.11.tar.gz,
- check-success=tests (nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-23.05.tar.gz,
macos-latest)
- check-success=tests (nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-22.11.tar.gz,
- check-success=tests (nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-23.05.tar.gz,
ubuntu-latest)
- check-success=tests (nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz,
macos-latest)
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgs.buildGoModule {

src = ./.;

vendorSha256 = "sha256-JmDWP0UuLWGNcrXi2xcVLvCdVDBuHbD3ji2u/L7Wjsg=";
vendorSha256 = "sha256-J9HuZhjeXSS4ej1RM+yn2VGoSdiS39PDM4fScAh6Eps=";

checkInputs = [ pkgs.gnupg ]; # no longer needed when we get rid of nixpkgs 22.11
nativeCheckInputs = [ pkgs.gnupg ];
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/Mic92/ssh-to-pgp

go 1.18

require golang.org/x/crypto v0.9.0
require golang.org/x/crypto v0.10.0

require golang.org/x/sys v0.8.0 // indirect
require golang.org/x/sys v0.9.0 // indirect
10 changes: 5 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
golang.org/x/crypto v0.9.0 h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g=
golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0=
golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.8.0 h1:n5xxQn2i3PC0yLAbjTpNT85q/Kgzcr2gIoX9OrJUols=
golang.org/x/crypto v0.10.0 h1:LKqV2xt9+kDzSTfOhx4FrkEBcMrAgHSYgzywV9zcGmM=
golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I=
golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s=
golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.9.0 h1:GRRCnKYhdQrD8kfRAdQ6Zcw1P0OcELxGLKJvtjVMZ28=

0 comments on commit 05dbb22

Please sign in to comment.