Skip to content

Commit 01ee390

Browse files
committed
chore(deps): update all dependencies
1 parent c674736 commit 01ee390

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ GEM
248248
rb-fsevent (0.11.2)
249249
rb-inotify (0.11.1)
250250
ffi (~> 1.0)
251-
rexml (3.4.0)
251+
rexml (3.4.1)
252252
rouge (3.30.0)
253253
rubyzip (2.3.2)
254254
safe_yaml (1.0.5)

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ go 1.22
44

55
require (
66
bitbucket.org/creachadair/stringset v0.0.12
7-
cloud.google.com/go/longrunning v0.6.4
7+
cloud.google.com/go/longrunning v0.6.6
88
github.com/bmatcuk/doublestar/v4 v4.8.1
99
github.com/gertd/go-pluralize v0.2.1
10-
github.com/google/go-cmp v0.6.0
10+
github.com/google/go-cmp v0.7.0
1111
github.com/jhump/protoreflect v1.16.0
1212
github.com/lithammer/dedent v1.1.0
1313
github.com/olekukonko/tablewriter v0.0.5
14-
github.com/spf13/pflag v1.0.5
14+
github.com/spf13/pflag v1.0.6
1515
github.com/stoewer/go-strcase v1.3.0
16-
golang.org/x/text v0.21.0
17-
google.golang.org/genproto v0.0.0-20250124145028-65684f501c47
18-
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47
19-
google.golang.org/protobuf v1.36.4
16+
golang.org/x/text v0.23.0
17+
google.golang.org/genproto e70fdf4c4cb4
18+
google.golang.org/genproto/googleapis/api e70fdf4c4cb4
19+
google.golang.org/protobuf v1.36.5
2020
gopkg.in/yaml.v3 v3.0.1
2121
)
2222

0 commit comments

Comments
 (0)