Skip to content

Commit 82eaa12

Browse files
chore(deps): update all dependencies (#796)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 607d607 commit 82eaa12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: ${{ matrix.go_version }}
2525
- name: Checkout Source
2626
uses: actions/checkout@v3
27-
- uses: actions/cache@v2
27+
- uses: actions/cache@v3
2828
with:
2929
path: ~/go/pkg/mod
3030
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -48,7 +48,7 @@ jobs:
4848
go-version: '1.18'
4949
- name: Checkout Source
5050
uses: actions/checkout@v3
51-
- uses: actions/cache@v2
51+
- uses: actions/cache@v3
5252
with:
5353
path: ~/go/pkg/mod
5454
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ require (
77
github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5
88
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
99
github.com/onsi/ginkgo/v2 v2.1.3
10-
github.com/onsi/gomega v1.18.1
11-
golang.org/x/crypto v0.0.0-20220313003712-b769efc7c000
10+
github.com/onsi/gomega v1.19.0
11+
golang.org/x/crypto 2c7772ba3064
1212
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
1313
golang.org/x/text v0.3.7
14-
golang.org/x/tools v0.1.9
14+
golang.org/x/tools v0.1.10
1515
gopkg.in/yaml.v2 v2.4.0
1616
)
1717

0 commit comments

Comments
 (0)