Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 3, 2024
1 parent 03f91ea commit 0520bb3
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 196 deletions.
4 changes: 2 additions & 2 deletions hack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ replace google.golang.org/protobuf => github.com/aperturerobotics/protobuf-go v1
require (
github.com/aperturerobotics/goprotowrap v0.3.1
github.com/aperturerobotics/protobuf-go-lite v0.6.5
github.com/aperturerobotics/starpc v0.32.14
github.com/aperturerobotics/starpc v0.32.15
)

require (
github.com/evanw/esbuild v0.22.0
github.com/evanw/esbuild v0.23.0
github.com/golangci/golangci-lint v1.59.1
github.com/psampaz/go-mod-outdated v0.9.0
golang.org/x/tools v0.22.0
Expand Down
1 change: 1 addition & 0 deletions hack/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ github.com/ettle/strcase v0.2.0 h1:fGNiVF21fHXpX1niBgk0aROov1LagYsOwV/xqKDKR/Q=
github.com/ettle/strcase v0.2.0/go.mod h1:DajmHElDSaX76ITe3/VHVyMin4LWSJN5Z909Wp+ED1A=
github.com/evanw/esbuild v0.22.0 h1:AdpZRCgLjeI0UZ1YpcrBObH2MNEwV6OOv8RC4kODvco=
github.com/evanw/esbuild v0.22.0/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
github.com/evanw/esbuild v0.23.0/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"depcheck": "^1.4.6",
"esbuild": "^0.22.0",
"esbuild": "^0.23.0",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"lint-staged": "^15.2.2",
Expand Down
Loading

0 comments on commit 0520bb3

Please sign in to comment.