Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ require (
github.com/spf13/cast v1.10.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xo/terminfo v1.0.0 // indirect
github.com/zclconf/go-cty v1.19.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/collector/featuregate v1.63.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVK
github.com/uber/jaeger-lib v2.4.1+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
github.com/xo/terminfo v1.0.0 h1:2ZpYzqWzyyytjk3TP6aJVDhkMAkc99/1xKQdA3TDTBY=
github.com/xo/terminfo v1.0.0/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/zclconf/go-cty v1.19.0 h1:IV8WdqYZc2c5rLX9bEoLNXKojBAp0MZPBHMIrCoa/s4=
Expand Down
16 changes: 7 additions & 9 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@ replace (

require github.com/golangci/golangci-lint/v2 v2.12.2

require (
dev.gaijin.team/go/exhaustruct/v4 v4.0.0 // indirect
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
github.com/charmbracelet/ultraviolet v0.0.0-20260730003005-19049f296fa9 // indirect
github.com/denis-tingaikin/go-header v0.5.0 // indirect
github.com/ryancurrah/gomodguard v1.4.1 // indirect
)

require (
github.com/bombsimon/wsl/v5 v5.8.0 // indirect
github.com/charmbracelet/ultraviolet v0.0.0-20260730003005-19049f296fa9 // indirect
// github.com/denis-tingaikin/go-header v1.0.1 // indirect
github.com/ryancurrah/gomodguard/v2 v2.1.3 // indirect
)

Expand All @@ -39,17 +33,21 @@ require (
)

require (
dev.gaijin.team/go/exhaustruct/v4 v4.0.0 // indirect
dev.gaijin.team/go/golib v0.8.1 // indirect
github.com/AdminBenni/iota-mixing v1.0.0 // indirect
github.com/MirrexOne/unqueryvet v1.5.4 // indirect
github.com/alexkohler/prealloc v1.1.0 // indirect
github.com/alfatraining/structtag v1.0.0 // indirect
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/denis-tingaikin/go-header v0.5.0 // indirect
github.com/godoc-lint/godoc-lint v0.11.2 // indirect
github.com/golangci/asciicheck v0.5.0 // indirect
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
github.com/gostaticanalysis/nilerr v0.1.2 // indirect
github.com/nunnatsa/ginkgolinter v0.23.1 // indirect
github.com/ryancurrah/gomodguard v1.4.1 // indirect
)

require (
Expand Down Expand Up @@ -207,7 +205,7 @@ require (
github.com/uudashr/gocognit v1.2.1 // indirect
github.com/uudashr/iface v1.5.0 // indirect
github.com/xen0n/gosmopolitan v1.3.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xo/terminfo v1.0.0 // indirect
github.com/yagipy/maintidx v1.0.0 // indirect
github.com/yeya24/promlinter v0.3.0 // indirect
github.com/ykadowak/zerologlint v0.1.5 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ github.com/uudashr/iface v1.5.0 h1:PgdMt4uAettGG8K/Kbamc4B9FABgUgnS3TLbl6fnjEk=
github.com/uudashr/iface v1.5.0/go.mod h1:pbeBPlbuU2qkNDn0mmfrxP2X+wjPMIQAy+r1MBXSXtg=
github.com/xen0n/gosmopolitan v1.3.0 h1:zAZI1zefvo7gcpbCOrPSHJZJYA9ZgLfJqtKzZ5pHqQM=
github.com/xen0n/gosmopolitan v1.3.0/go.mod h1:rckfr5T6o4lBtM1ga7mLGKZmLxswUoH1zxHgNXOsEt4=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
github.com/xo/terminfo v1.0.0 h1:2ZpYzqWzyyytjk3TP6aJVDhkMAkc99/1xKQdA3TDTBY=
github.com/xo/terminfo v1.0.0/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
github.com/yagipy/maintidx v1.0.0 h1:h5NvIsCz+nRDapQ0exNv4aJ0yXSI0420omVANTv3GJM=
github.com/yagipy/maintidx v1.0.0/go.mod h1:0qNf/I/CCZXSMhsRsrEPDZ+DkekpKLXAJfsTACwgXLk=
github.com/yeya24/promlinter v0.3.0 h1:JVDbMp08lVCP7Y6NP3qHroGAO6z2yGKQtS5JsjqtoFs=
Expand Down
2 changes: 1 addition & 1 deletion tools/vendor/github.com/xo/terminfo/dec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ github.com/uudashr/iface/unused
# github.com/xen0n/gosmopolitan v1.3.0
## explicit; go 1.23.0
github.com/xen0n/gosmopolitan
# github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
# github.com/xo/terminfo v1.0.0
## explicit; go 1.19
github.com/xo/terminfo
# github.com/yagipy/maintidx v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/xo/terminfo/dec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ github.com/uber/jaeger-lib/metrics
# github.com/x448/float16 v0.8.4
## explicit; go 1.11
github.com/x448/float16
# github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
# github.com/xo/terminfo v1.0.0
## explicit; go 1.19
github.com/xo/terminfo
# github.com/zclconf/go-cty v1.19.0
Expand Down