Skip to content

Commit 1439481

Browse files
fix(deps): update all dependencies
1 parent 59a707e commit 1439481

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
20+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ go 1.24
55
toolchain go1.24.1
66

77
require (
8-
github.com/aperturerobotics/common v0.22.12 // master
8+
github.com/aperturerobotics/common v0.22.14 // master
99
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 // indirect
1010
github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest
1111
)
1212

1313
require (
1414
github.com/SaveTheRbtz/zstd-seekable-format-go v0.6.1
15-
github.com/aperturerobotics/cli v1.0.0
15+
github.com/aperturerobotics/cli v1.0.1
1616
github.com/klauspost/compress v1.18.1
1717
github.com/mr-tron/base58 v1.2.0
1818
github.com/pkg/errors v0.9.1

0 commit comments

Comments
 (0)