Skip to content

Commit 804c8bf

Browse files
committed
chore: run go mod tidy after rebase
1 parent ecffcaa commit 804c8bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ require (
133133
require github.com/zalando/go-keyring v0.2.6
134134

135135
require (
136+
al.essio.dev/pkg/shellescape v1.5.1 // indirect
136137
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.10-20250718181942-e35f9b667443.1 // indirect
137138
buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go v1.36.10-20250109164928-1da0de137947.1 // indirect
138139
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.10-20250912141014-52f32327d4b0.1 // indirect
@@ -226,7 +227,7 @@ require (
226227
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
227228
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
228229
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
229-
github.com/danieljoos/wincred v1.2.2 // indirect
230+
github.com/danieljoos/wincred v1.2.3 // indirect
230231
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
231232
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
232233
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
@@ -283,6 +284,7 @@ require (
283284
github.com/gobwas/glob v0.2.3 // indirect
284285
github.com/goccy/go-json v0.10.5 // indirect
285286
github.com/goccy/go-yaml v1.15.23 // indirect
287+
github.com/godbus/dbus/v5 v5.1.0 // indirect
286288
github.com/gofrs/flock v0.13.0 // indirect
287289
github.com/gofrs/uuid v4.3.1+incompatible // indirect
288290
github.com/gogo/protobuf v1.3.2 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
al.essio.dev/pkg/shellescape v1.5.1 h1:86HrALUujYS/h+GtqoB26SBEdkWfmMI6FubjXlsXyho=
2+
al.essio.dev/pkg/shellescape v1.5.1/go.mod h1:6sIqp7X2P6mThCQ7twERpZTuigpr6KbZWtls1U8I890=
13
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.10-20250718181942-e35f9b667443.1 h1:FzJGrb8r7vir+P3zJ5Ebey8p54LYTYtQsrM/U35YO9Q=
24
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.10-20250718181942-e35f9b667443.1/go.mod h1:E6HwqUm4Ag7bXtg/tX7jHWO7CgpknbmeACgDax0icV0=
35
buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go v1.36.10-20250109164928-1da0de137947.1 h1:9hkMnVoImDlY7rTlAWIWXdkGUKOjf3YlyZeSbYT29uA=

0 commit comments

Comments
 (0)