Skip to content

Commit fc41c99

Browse files
authoredAug 5, 2024··
Bump github.com/microsoft/go-infra from 0.0.3 to 0.0.4 in /eng/_util (#1288)
Bumps [github.com/microsoft/go-infra](https://github.com/microsoft/go-infra) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/microsoft/go-infra/releases) - [Commits](microsoft/go-infra@v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: github.com/microsoft/go-infra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06ebc9f commit fc41c99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎eng/_util/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module github.com/microsoft/go/_util
77
go 1.21
88

99
require (
10-
github.com/microsoft/go-infra v0.0.3
10+
github.com/microsoft/go-infra v0.0.4
1111
golang.org/x/sys v0.22.0
1212
gotest.tools/gotestsum v1.12.0
1313
)

‎eng/_util/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
2727
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
2828
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5 h1:YH424zrwLTlyHSH/GzLMJeu5zhYVZSx5RQxGKm1h96s=
2929
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5/go.mod h1:PoGiBqKSQK1vIfQ+yVaFcGjDySHvym6FM1cNYnwzbrY=
30-
github.com/microsoft/go-infra v0.0.3 h1:HfmZFPfUOlvvzd97XBTwhq1EJ0AlSuIzqSq/ymjaBr4=
31-
github.com/microsoft/go-infra v0.0.3/go.mod h1:9QccxlHX1T63uM8cDwU77h26G53XXuydobGbDHxmR7M=
30+
github.com/microsoft/go-infra v0.0.4 h1:VOAdESUaBMpwY+tzlvQbD2coSjP7gMNXB8FCfsdFmGk=
31+
github.com/microsoft/go-infra v0.0.4/go.mod h1:FxSudYLTYTeK3vMXD7Mpvs6rjHg4YU1/M1w3t7PfSBU=
3232
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
3333
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
3434
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=

0 commit comments

Comments
 (0)
Please sign in to comment.