You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-23 22:34:47 +02:00
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/spf13/pflag](https://redirect.github.com/spf13/pflag) | `v1.0.7` -> `v1.0.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>spf13/pflag (github.com/spf13/pflag)</summary> ### [`v1.0.9`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.9) [Compare Source](https://redirect.github.com/spf13/pflag/compare/v1.0.8...v1.0.9) #### What's Changed - fix: Restore ParseErrorsWhitelist name for now by [@​tomasaschan](https://redirect.github.com/tomasaschan) in [#​446](https://redirect.github.com/spf13/pflag/pull/446) **Full Changelog**: <https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9> ### [`v1.0.8`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.8) [Compare Source](https://redirect.github.com/spf13/pflag/compare/v1.0.7...v1.0.8) #### ⚠️ Breaking Change This version, while only a patch bump, includes a (very minor) breaking change: the `flag.ParseErrorsWhitelist` struct and corresponding `FlagSet.parseErrorsWhitelist` field have been renamed to `ParseErrorsAllowlist`. This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change. #### What's Changed - Remove Redundant "Unknown-Flag" Error by [@​vaguecoder](https://redirect.github.com/vaguecoder) in [#​364](https://redirect.github.com/spf13/pflag/pull/364) - Switching from whitelist to Allowlist terminology by [@​dubrie](https://redirect.github.com/dubrie) in [#​261](https://redirect.github.com/spf13/pflag/pull/261) - Omit zero time.Time default from usage line by [@​mologie](https://redirect.github.com/mologie) in [#​438](https://redirect.github.com/spf13/pflag/pull/438) - implement CopyToGoFlagSet by [@​pohly](https://redirect.github.com/pohly) in [#​330](https://redirect.github.com/spf13/pflag/pull/330) - flag: Emulate stdlib behavior and do not print ErrHelp by [@​tmc](https://redirect.github.com/tmc) in [#​407](https://redirect.github.com/spf13/pflag/pull/407) - Print Default Values of String-to-String in Sorted Order by [@​vaguecoder](https://redirect.github.com/vaguecoder) in [#​365](https://redirect.github.com/spf13/pflag/pull/365) - fix: Don't print ErrHelp in ParseAll by [@​tomasaschan](https://redirect.github.com/tomasaschan) in [#​443](https://redirect.github.com/spf13/pflag/pull/443) - Reset args on re-parse even if empty by [@​tomasaschan](https://redirect.github.com/tomasaschan) in [#​444](https://redirect.github.com/spf13/pflag/pull/444) #### New Contributors - [@​vaguecoder](https://redirect.github.com/vaguecoder) made their first contribution in [#​364](https://redirect.github.com/spf13/pflag/pull/364) - [@​dubrie](https://redirect.github.com/dubrie) made their first contribution in [#​261](https://redirect.github.com/spf13/pflag/pull/261) - [@​mologie](https://redirect.github.com/mologie) made their first contribution in [#​438](https://redirect.github.com/spf13/pflag/pull/438) - [@​pohly](https://redirect.github.com/pohly) made their first contribution in [#​330](https://redirect.github.com/spf13/pflag/pull/330) - [@​tmc](https://redirect.github.com/tmc) made their first contribution in [#​407](https://redirect.github.com/spf13/pflag/pull/407) - [@​tomasaschan](https://redirect.github.com/tomasaschan) made their first contribution in [#​443](https://redirect.github.com/spf13/pflag/pull/443) **Full Changelog**: <https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
240 lines
12 KiB
Modula-2
240 lines
12 KiB
Modula-2
module go.opentelemetry.io/otel/internal/tools
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golangci/golangci-lint/v2 v2.4.0
|
|
github.com/jcchavezs/porto v0.7.0
|
|
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
|
|
go.opentelemetry.io/build-tools/crosslink v0.26.2
|
|
go.opentelemetry.io/build-tools/gotmpl v0.26.2
|
|
go.opentelemetry.io/build-tools/multimod v0.26.2
|
|
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
|
|
golang.org/x/tools v0.36.0
|
|
golang.org/x/vuln v1.1.4
|
|
)
|
|
|
|
require (
|
|
4d63.com/gocheckcompilerdirectives v1.3.0 // indirect
|
|
4d63.com/gochecknoglobals v0.2.2 // indirect
|
|
codeberg.org/chavacava/garif v0.2.0 // indirect
|
|
dario.cat/mergo v1.0.2 // indirect
|
|
dev.gaijin.team/go/exhaustruct/v4 v4.0.0 // indirect
|
|
dev.gaijin.team/go/golib v0.6.0 // indirect
|
|
github.com/4meepo/tagalign v1.4.3 // indirect
|
|
github.com/Abirdcfly/dupword v0.1.6 // indirect
|
|
github.com/AlwxSin/noinlineerr v1.0.5 // indirect
|
|
github.com/Antonboom/errname v1.1.0 // indirect
|
|
github.com/Antonboom/nilnil v1.1.0 // indirect
|
|
github.com/Antonboom/testifylint v1.6.1 // indirect
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
|
github.com/Djarvur/go-err113 v0.1.0 // indirect
|
|
github.com/Masterminds/semver/v3 v3.4.0 // indirect
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
|
|
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
|
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
|
|
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
|
|
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
|
|
github.com/alexkohler/prealloc v1.0.0 // indirect
|
|
github.com/alfatraining/structtag v1.0.0 // indirect
|
|
github.com/alingse/asasalint v0.0.11 // indirect
|
|
github.com/alingse/nilnesserr v0.2.0 // indirect
|
|
github.com/ashanbrown/forbidigo/v2 v2.1.0 // indirect
|
|
github.com/ashanbrown/makezero/v2 v2.0.1 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bkielbasa/cyclop v1.2.3 // indirect
|
|
github.com/blizzy78/varnamelen v0.8.0 // indirect
|
|
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
|
|
github.com/bombsimon/wsl/v5 v5.1.1 // indirect
|
|
github.com/breml/bidichk v0.3.3 // indirect
|
|
github.com/breml/errchkjson v0.4.1 // indirect
|
|
github.com/butuzov/ireturn v0.4.0 // indirect
|
|
github.com/butuzov/mirror v1.3.0 // indirect
|
|
github.com/catenacyber/perfsprint v0.9.1 // indirect
|
|
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/charithe/durationcheck v0.0.10 // indirect
|
|
github.com/charmbracelet/colorprofile v0.3.2 // indirect
|
|
github.com/charmbracelet/lipgloss v1.1.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.10.1 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/ckaznocha/intrange v0.3.1 // indirect
|
|
github.com/cloudflare/circl v1.6.1 // indirect
|
|
github.com/curioswitch/go-reassign v0.3.0 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
|
|
github.com/daixiang0/gci v0.13.7 // indirect
|
|
github.com/dave/dst v0.27.3 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/denis-tingaikin/go-header v0.5.0 // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/ettle/strcase v0.2.0 // indirect
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
|
github.com/firefart/nonamedreturns v1.0.6 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/fzipp/gocyclo v0.6.0 // indirect
|
|
github.com/ghostiam/protogetter v0.3.15 // indirect
|
|
github.com/go-critic/go-critic v0.13.0 // indirect
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
|
github.com/go-git/go-git/v5 v5.16.2 // indirect
|
|
github.com/go-toolsmith/astcast v1.1.0 // indirect
|
|
github.com/go-toolsmith/astcopy v1.1.0 // indirect
|
|
github.com/go-toolsmith/astequal v1.2.0 // indirect
|
|
github.com/go-toolsmith/astfmt v1.1.0 // indirect
|
|
github.com/go-toolsmith/astp v1.1.0 // indirect
|
|
github.com/go-toolsmith/strparse v1.1.0 // indirect
|
|
github.com/go-toolsmith/typep v1.1.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gofrs/flock v0.12.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
|
|
github.com/golangci/go-printf-func-name v0.1.0 // indirect
|
|
github.com/golangci/gofmt v0.0.0-20250704145412-3e58ba0443c6 // indirect
|
|
github.com/golangci/golines v0.0.0-20250821215611-d4663ad2c370 // indirect
|
|
github.com/golangci/misspell v0.7.0 // indirect
|
|
github.com/golangci/plugin-module-register v0.1.2 // indirect
|
|
github.com/golangci/revgrep v0.8.0 // indirect
|
|
github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e // indirect
|
|
github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/gordonklaus/ineffassign v0.2.0 // indirect
|
|
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
|
|
github.com/gostaticanalysis/comment v1.5.0 // indirect
|
|
github.com/gostaticanalysis/forcetypeassert v0.2.0 // indirect
|
|
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jgautheron/goconst v1.8.2 // indirect
|
|
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
|
|
github.com/jjti/go-spancheck v0.6.5 // indirect
|
|
github.com/julz/importas v0.2.0 // indirect
|
|
github.com/karamaru-alpha/copyloopvar v1.2.1 // indirect
|
|
github.com/kevinburke/ssh_config v1.4.0 // indirect
|
|
github.com/kisielk/errcheck v1.9.0 // indirect
|
|
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
|
|
github.com/kulti/thelper v0.6.3 // indirect
|
|
github.com/kunwardeep/paralleltest v1.0.14 // indirect
|
|
github.com/lasiar/canonicalheader v1.1.2 // indirect
|
|
github.com/ldez/exptostd v0.4.4 // indirect
|
|
github.com/ldez/gomoddirectives v0.7.0 // indirect
|
|
github.com/ldez/grignotin v0.10.0 // indirect
|
|
github.com/ldez/tagliatelle v0.7.2 // indirect
|
|
github.com/ldez/usetesting v0.5.0 // indirect
|
|
github.com/leonklingele/grouper v1.1.2 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/macabu/inamedparam v0.2.0 // indirect
|
|
github.com/manuelarte/embeddedstructfieldcheck v0.3.0 // indirect
|
|
github.com/manuelarte/funcorder v0.5.0 // indirect
|
|
github.com/maratori/testableexamples v1.0.0 // indirect
|
|
github.com/maratori/testpackage v1.1.1 // indirect
|
|
github.com/matoous/godox v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mgechev/revive v1.12.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/moricho/tparallel v0.3.2 // indirect
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/nakabonne/nestif v0.3.1 // indirect
|
|
github.com/nishanths/exhaustive v0.12.0 // indirect
|
|
github.com/nishanths/predeclared v0.2.2 // indirect
|
|
github.com/nunnatsa/ginkgolinter v0.20.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/pjbgf/sha1cd v0.4.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/polyfloyd/go-errorlint v1.8.0 // indirect
|
|
github.com/prometheus/client_golang v1.23.0 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/common v0.65.0 // indirect
|
|
github.com/prometheus/procfs v0.17.0 // indirect
|
|
github.com/quasilyte/go-ruleguard v0.4.4 // indirect
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // indirect
|
|
github.com/quasilyte/gogrep v0.5.0 // indirect
|
|
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
|
|
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
|
|
github.com/raeperd/recvcheck v0.2.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/ryancurrah/gomodguard v1.4.1 // indirect
|
|
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
|
|
github.com/sagikazarmark/locafero v0.10.0 // indirect
|
|
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
|
|
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
|
|
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
|
|
github.com/securego/gosec/v2 v2.22.8 // indirect
|
|
github.com/sergi/go-diff v1.4.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/sivchari/containedctx v1.0.3 // indirect
|
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
|
github.com/sonatard/noctx v0.4.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
|
|
github.com/sourcegraph/go-diff v0.7.0 // indirect
|
|
github.com/spf13/afero v1.14.0 // indirect
|
|
github.com/spf13/cast v1.9.2 // indirect
|
|
github.com/spf13/cobra v1.9.1 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
github.com/spf13/viper v1.20.1 // indirect
|
|
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
|
|
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/tdakkota/asciicheck v0.4.1 // indirect
|
|
github.com/tetafro/godot v1.5.1 // indirect
|
|
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
|
|
github.com/timonwong/loggercheck v0.11.0 // indirect
|
|
github.com/tomarrell/wrapcheck/v2 v2.11.0 // indirect
|
|
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
|
|
github.com/ultraware/funlen v0.2.0 // indirect
|
|
github.com/ultraware/whitespace v0.2.0 // indirect
|
|
github.com/uudashr/gocognit v1.2.0 // indirect
|
|
github.com/uudashr/iface v1.4.1 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
|
github.com/xen0n/gosmopolitan v1.3.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // 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
|
|
gitlab.com/bosi/decorder v0.4.2 // indirect
|
|
go-simpler.org/musttag v0.14.0 // indirect
|
|
go-simpler.org/sloglint v0.11.1 // indirect
|
|
go.augendre.info/arangolint v0.2.0 // indirect
|
|
go.augendre.info/fatcontext v0.8.1 // indirect
|
|
go.opentelemetry.io/build-tools v0.27.0 // indirect
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20250819193227-8b4c13bb791b // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20250829165349-50b750f55de1 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
google.golang.org/protobuf v1.36.8 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
honnef.co/go/tools v0.6.1 // indirect
|
|
mvdan.cc/gofumpt v0.8.0 // indirect
|
|
mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 // indirect
|
|
)
|