Skip to content

Commit e1fe080

Browse files
authored
Merge pull request #5257 from taskcluster/dependabot/go_modules/github.com/Microsoft/go-winio-0.5.2
Bump github.com/Microsoft/go-winio from 0.5.1 to 0.5.2
2 parents 0b36464 + 01a303e commit e1fe080

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Dependabot auto-merge
22
on: pull_request
33

4-
permissions:
5-
pull-requests: write
6-
contents: write
7-
84
jobs:
95
dependabot:
106
runs-on: ubuntu-latest
@@ -14,4 +10,4 @@ jobs:
1410
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1511
with:
1612
target: minor
17-
github-token: ${{ secrets.GITHUB_TOKEN }}
13+
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55

66
require (
77
github.com/Flaque/filet v0.0.0-20201012163910-45f684403088
8-
github.com/Microsoft/go-winio v0.5.1
8+
github.com/Microsoft/go-winio v0.5.2
99
github.com/cenkalti/backoff/v3 v3.2.2
1010
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
1111
github.com/deckarep/golang-set v1.8.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
5151
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
5252
github.com/Flaque/filet v0.0.0-20201012163910-45f684403088 h1:PnnQln5IGbhLeJOi6hVs+lCeF+B1dRfFKPGXUAez0Ww=
5353
github.com/Flaque/filet v0.0.0-20201012163910-45f684403088/go.mod h1:TK+jB3mBs+8ZMWhU5BqZKnZWJ1MrLo8etNVg51ueTBo=
54-
github.com/Microsoft/go-winio v0.5.1 h1:aPJp2QD7OOrhO5tQXqQoGSJc+DjDtWTGLOmNyAm6FgY=
55-
github.com/Microsoft/go-winio v0.5.1/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84=
54+
github.com/Microsoft/go-winio v0.5.2 h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA=
55+
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
5656
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
5757
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
5858
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=

0 commit comments

Comments
 (0)