Skip to content

Commit 490c500

Browse files
fix(deps): update all dependencies
1 parent a71f9b2 commit 490c500

File tree

3 files changed

+286
-275
lines changed

3 files changed

+286
-275
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ toolchain go1.25.0
66

77
require (
88
github.com/aperturerobotics/cli v1.0.0 // latest
9-
github.com/aperturerobotics/common v0.22.10 // latest
9+
github.com/aperturerobotics/common v0.22.12 // latest
1010
github.com/aperturerobotics/controllerbus v0.50.5 // latest
1111
github.com/aperturerobotics/entitygraph v0.11.0 // latest
1212
github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest
13-
github.com/aperturerobotics/starpc v0.39.7 // latest
14-
github.com/aperturerobotics/util v1.31.2 // latest
13+
github.com/aperturerobotics/starpc v0.39.8 // latest
14+
github.com/aperturerobotics/util v1.31.3 // latest
1515
)
1616

1717
// aperture: use compatibility forks

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ github.com/aperturerobotics/cli v1.0.0 h1:s3xT2h7eBih4/4yZKTn/HQ6P+qpk6ygWZl2416
44
github.com/aperturerobotics/cli v1.0.0/go.mod h1:wtlINjMcKuwyV1x4ftReuA6hHZcPB8kPMXHyQqGFCSc=
55
github.com/aperturerobotics/common v0.22.10 h1:XFfXq9NGrirjW6rtqq525qiY1IN+1siGBZwIsvBJGfQ=
66
github.com/aperturerobotics/common v0.22.10/go.mod h1:xMXHNN6oCvG0FfG1tY6+2Si7iWh1QfSSCSrqohFUeIk=
7+
github.com/aperturerobotics/common v0.22.12 h1:uSo+fDQg6xCoNI34Y7gueW1cW9Cy4d/2FQb/T006LZQ=
8+
github.com/aperturerobotics/common v0.22.12/go.mod h1:xMXHNN6oCvG0FfG1tY6+2Si7iWh1QfSSCSrqohFUeIk=
79
github.com/aperturerobotics/controllerbus v0.50.5 h1:DsQFT0VHtnoTOfhSoanaqx1M06zroOdntiLJmsoJXlY=
810
github.com/aperturerobotics/controllerbus v0.50.5/go.mod h1:oi56KiVYm9szcbHffzeNCEGWi3iauDMzaDNz2SSfUlA=
911
github.com/aperturerobotics/entitygraph v0.11.0 h1:nPnT0SXsEMqsxmn/lWGR50JHbfmSd3pVanyJAm6v8rI=
@@ -26,8 +28,12 @@ github.com/aperturerobotics/quic-go v0.48.2-0.20241029082227-fa76c393ee89 h1:MUX
2628
github.com/aperturerobotics/quic-go v0.48.2-0.20241029082227-fa76c393ee89/go.mod h1:vhhkHYq2i9lb0bOllqKhOdtg/3i7r4o/7zc8XI/T4lo=
2729
github.com/aperturerobotics/starpc v0.39.7 h1:ztYLrVD5KfzBU6CP3rE0M4/K0lNx9S/I6E2slJXGBHI=
2830
github.com/aperturerobotics/starpc v0.39.7/go.mod h1:2+rc+xB4EMF3StlJGyqO5Jaq7OyDFQR0J0McVtOA7CI=
31+
github.com/aperturerobotics/starpc v0.39.8 h1:4g4tBiU+dcpcHw65DZ7SwJ7u0apxJ7rOyw3NlYxajO8=
32+
github.com/aperturerobotics/starpc v0.39.8/go.mod h1:T4JI3BAX/GkinxMS+LqN4T250rdxX6zSctNqgsZrIi8=
2933
github.com/aperturerobotics/util v1.31.2 h1:ZDPmeQO502CgWAIXL55ZcsFNIJQ+yAXGXxGGCH0erSI=
3034
github.com/aperturerobotics/util v1.31.2/go.mod h1:Ff2UQHCBERfRsaRMBfmaukS4yUzQTNB6syNTLXzWmJo=
35+
github.com/aperturerobotics/util v1.31.3 h1:3irvlwlwwvOl4jD2lHg/N8bBp9B/3kx9Ec4qlJxQKEU=
36+
github.com/aperturerobotics/util v1.31.3/go.mod h1:G5yKUDojt6uzVvs7kGByey0lBfKdDg4O4jXmdkSqO6Y=
3137
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
3238
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
3339
github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE=

0 commit comments

Comments
 (0)