Skip to content

Commit 952d8e7

Browse files
authored
deps: update deps for 2024 (#24)
1 parent 3a2e628 commit 952d8e7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
run-tests:
55
runs-on: ubuntu-22.04
66
steps:
7-
- uses: actions/checkout@v3
8-
- uses: hashicorp/setup-golang@v1
7+
- uses: actions/checkout@v4
8+
- uses: hashicorp/setup-golang@v3
99
with:
1010
version-file: go.mod
1111
- name: Vet

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/shoenig/bcrypt-tool
22

33
go 1.19
44

5-
require golang.org/x/crypto v0.12.0
5+
require golang.org/x/crypto v0.18.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk=
22
golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw=
3+
golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
4+
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=

0 commit comments

Comments
 (0)