Skip to content

Commit 7fa584f

Browse files
committed
chore: go mod tidy
1 parent 821e22f commit 7fa584f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SushitrainCore/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,21 @@ require (
2121
github.com/calmh/xdr v1.2.0 // indirect
2222
github.com/ccding/go-stun v0.1.5 // indirect
2323
github.com/cespare/xxhash/v2 v2.3.0 // indirect
24+
github.com/chzyer/readline v1.5.1 // indirect
2425
github.com/davecgh/go-spew v1.1.1 // indirect
2526
github.com/dustin/go-humanize v1.0.1 // indirect
2627
github.com/ebitengine/purego v0.8.2 // indirect
2728
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
2829
github.com/go-ldap/ldap/v3 v3.4.10 // indirect
30+
github.com/go-logr/logr v1.4.2 // indirect
2931
github.com/go-ole/go-ole v1.3.0 // indirect
3032
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3133
github.com/gobwas/glob v0.2.3 // indirect
3234
github.com/golang/snappy v1.0.0 // indirect
3335
github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e // indirect
3436
github.com/google/uuid v1.6.0 // indirect
3537
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
38+
github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 // indirect
3639
github.com/jackpal/gateway v1.0.16 // indirect
3740
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
3841
github.com/jmoiron/sqlx v1.4.0 // indirect
@@ -42,6 +45,7 @@ require (
4245
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
4346
github.com/mattn/go-isatty v0.0.20 // indirect
4447
github.com/mattn/go-sqlite3 v1.14.24 // indirect
48+
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2 // indirect
4549
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4650
github.com/ncruces/go-strftime v0.1.9 // indirect
4751
github.com/onsi/ginkgo/v2 v2.23.3 // indirect
@@ -82,4 +86,5 @@ require (
8286
modernc.org/mathutil v1.7.1 // indirect
8387
modernc.org/memory v1.9.1 // indirect
8488
modernc.org/sqlite v1.36.3 // indirect
89+
sigs.k8s.io/yaml v1.4.0 // indirect
8590
)

0 commit comments

Comments
 (0)