Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 8f58d34 commit e3a819d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
go test -race -covermode=atomic -coverprofile=coverage.out ./...
- name: coverage
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.out
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/gin-gonic/gin v1.9.1
github.com/go-git/go-git/v5 v5.11.0
github.com/go-vela/sdk-go v0.23.0-rc1.0.20240201212858-6fd0d75deed9
github.com/go-vela/server v0.23.0-rc1.0.20240201212123-ca2dbc596c34
github.com/go-vela/types v0.23.0-rc1
github.com/go-vela/sdk-go v0.23.0-rc2
github.com/go-vela/server v0.23.0-rc2
github.com/go-vela/types v0.23.0-rc2
github.com/go-vela/worker v0.23.0-rc1
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/go-cmp v0.6.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ github.com/go-playground/validator/v10 v10.14.0 h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg
github.com/go-playground/validator/v10 v10.14.0/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
github.com/go-vela/sdk-go v0.23.0-rc1.0.20240201212858-6fd0d75deed9 h1:f3py59WaIglOzCxTYQ05FMwcdQEAdadMOejAn5L5VXQ=
github.com/go-vela/sdk-go v0.23.0-rc1.0.20240201212858-6fd0d75deed9/go.mod h1:BCwNSkD3GidAwqci8BYIhWORVjSwbptq+i0mMq4hak0=
github.com/go-vela/server v0.23.0-rc1.0.20240201212123-ca2dbc596c34 h1:9S4XlgqlpoSaQD+9YdhikiPfhgQmz99HNwfJvcuYgfg=
github.com/go-vela/server v0.23.0-rc1.0.20240201212123-ca2dbc596c34/go.mod h1:w+UsZbtHebNJtXNiDfGe2VLhAp6f5cXEAAlO0O3bYfk=
github.com/go-vela/types v0.23.0-rc1 h1:WesJq/xZ0ugJR54/26T/L+kee83vQtVxaBesCvvsXYA=
github.com/go-vela/types v0.23.0-rc1/go.mod h1:cax3mW1kVz/ioI8qltZE+wl9rOLgOPdwBIvCooL09e4=
github.com/go-vela/sdk-go v0.23.0-rc2 h1:T81OScbXpnuQ3dHpK3L8yYBVTBO9Rc4Mz4Ij24vMBi4=
github.com/go-vela/sdk-go v0.23.0-rc2/go.mod h1:CVok0CRbE1cG4x2gkV9Uarpwscs/A3+Fi/gkizz7ldg=
github.com/go-vela/server v0.23.0-rc2 h1:gJ2cJrN26KRiFhbMLhDAwj6VM1l7fGPS9FWboZbgwaw=
github.com/go-vela/server v0.23.0-rc2/go.mod h1:7ETIggy+sEXUqdNtCQOFOKtQBzerzZkuNh4AIBOCpZ0=
github.com/go-vela/types v0.23.0-rc2 h1:yLWrdjS2212WBSqR5owhS3iNW5FHT9kG41slXPqJ3uM=
github.com/go-vela/types v0.23.0-rc2/go.mod h1:AAqgxIw1aRBgPkE/5juGuiwh/JZuOtL8fcPaEkjFWwQ=
github.com/go-vela/worker v0.23.0-rc1 h1:MUjUXnBv/z55FHRrYlmYBDijM8sX9VcwVa8cnaSwp4E=
github.com/go-vela/worker v0.23.0-rc1/go.mod h1:fgAtcEym1+F15k7cU3n2PTxym4OIk5Gvufqoy8oN4JM=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
Expand Down

0 comments on commit e3a819d

Please sign in to comment.