Skip to content

Commit b2a6c29

Browse files
fix(deps): update all dependencies
1 parent 1517330 commit b2a6c29

File tree

5 files changed

+64
-28
lines changed

5 files changed

+64
-28
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535

3636
- name: Setup Go ${{ matrix.go }}
3737
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3838
with:
3939
go-version: ${{ matrix.go }}
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
42+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4343
with:
4444
languages: ${{ matrix.language }}
4545

4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
47+
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
50+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
20+
uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go: ['1.22']
2020
timeout-minutes: 10
2121
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
- name: Setup Go ${{ matrix.go }}
2424
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2525
with:

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ module github.com/aperturerobotics/cayley
22

33
go 1.24
44

5-
toolchain go1.24.4
5+
toolchain go1.25.0
66

77
require (
8-
github.com/aperturerobotics/common v0.22.5
9-
github.com/aperturerobotics/protobuf-go-lite v0.9.1
8+
github.com/aperturerobotics/common v0.22.12
9+
github.com/aperturerobotics/protobuf-go-lite v0.11.0
1010
github.com/badgerodon/peg v0.0.0-20130729175151-9e5f7f4d07ca
11-
github.com/cockroachdb/pebble/v2 v2.0.6
11+
github.com/cockroachdb/pebble/v2 v2.0.7
1212
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
1313
github.com/dennwc/graphql v0.4.19-0.20180603144102-12cfed44bc5d
14-
github.com/dgraph-io/badger/v4 v4.7.0
14+
github.com/dgraph-io/badger/v4 v4.8.0
1515
github.com/docker/docker v27.5.1+incompatible // indirect
16-
github.com/dop251/goja v0.0.0-20250624190929-4d26883d182a
16+
github.com/dop251/goja v0.0.0-20250630131328-58d95d85e994
1717
github.com/fsouza/go-dockerclient v1.12.1
1818
github.com/go-sql-driver/mysql v1.9.3
1919
github.com/golang/glog v1.2.5
@@ -23,13 +23,13 @@ require (
2323
github.com/mattn/go-sqlite3 v2.0.3+incompatible
2424
github.com/mr-tron/base58 v1.2.0
2525
github.com/peterh/liner v1.2.2
26-
github.com/piprate/json-gold v0.6.0
26+
github.com/piprate/json-gold v0.7.0
2727
github.com/spf13/cobra v1.9.1
2828
github.com/spf13/viper v1.20.1
29-
github.com/stretchr/testify v1.10.0
30-
github.com/tylertreat/BoomFilters v0.0.0-20250603162721-abf33679c3cf
29+
github.com/stretchr/testify v1.11.0
30+
github.com/tylertreat/BoomFilters v0.0.0-20250630160909-db6545748bc4
3131
github.com/vmihailenco/msgpack/v5 v5.4.1
32-
go.etcd.io/bbolt v1.4.2
32+
go.etcd.io/bbolt v1.4.3
3333
)
3434

3535
require github.com/cockroachdb/pebble v1.1.5
@@ -61,7 +61,7 @@ require (
6161
github.com/dustin/go-humanize v1.0.1 // indirect
6262
github.com/fsnotify/fsnotify v1.8.0 // indirect
6363
github.com/getsentry/sentry-go v0.27.0 // indirect
64-
github.com/go-logr/logr v1.4.2 // indirect
64+
github.com/go-logr/logr v1.4.3 // indirect
6565
github.com/go-logr/stdr v1.2.2 // indirect
6666
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
6767
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
@@ -113,19 +113,19 @@ require (
113113
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
114114
go.opencensus.io v0.24.0 // indirect
115115
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
116-
go.opentelemetry.io/otel v1.35.0 // indirect
117-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
118-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
116+
go.opentelemetry.io/otel v1.37.0 // indirect
117+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
118+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
119119
go.uber.org/atomic v1.9.0 // indirect
120120
go.uber.org/multierr v1.9.0 // indirect
121-
golang.org/x/crypto v0.36.0 // indirect
121+
golang.org/x/crypto v0.39.0 // indirect
122122
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
123-
golang.org/x/mod v0.18.0 // indirect
124-
golang.org/x/net v0.38.0 // indirect
125-
golang.org/x/sync v0.12.0 // indirect
126-
golang.org/x/sys v0.31.0 // indirect
127-
golang.org/x/text v0.23.0 // indirect
128-
golang.org/x/tools v0.22.0 // indirect
123+
golang.org/x/mod v0.25.0 // indirect
124+
golang.org/x/net v0.41.0 // indirect
125+
golang.org/x/sync v0.15.0 // indirect
126+
golang.org/x/sys v0.34.0 // indirect
127+
golang.org/x/text v0.26.0 // indirect
128+
golang.org/x/tools v0.33.0 // indirect
129129
google.golang.org/protobuf v1.36.6 // indirect
130130
gopkg.in/ini.v1 v1.67.0 // indirect
131131
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)