You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
chore(deps): update module github.com/spf13/viper to v1.20.0 (#6447)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/spf13/viper](https://redirect.github.com/spf13/viper) | `v1.19.0` -> `v1.20.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spf13/viper (github.com/spf13/viper)</summary> ### [`v1.20.0`](https://redirect.github.com/spf13/viper/releases/tag/v1.20.0) [Compare Source](https://redirect.github.com/spf13/viper/compare/v1.19.0...v1.20.0) <!-- Release notes generated using configuration in .github/release.yml at v1.20.0 --> > \[!WARNING] > This release includes a few minor breaking changes. Read the [upgrade guide](https://redirect.github.com/spf13/viper/blob/master/UPGRADE.md#v120x) for details. #### What's Changed ##### Exciting New Features 🎉 - New encoding layer by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1869](https://redirect.github.com/spf13/viper/pull/1869) ##### Enhancements 🚀 - Drop Go 1.20 support by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1846](https://redirect.github.com/spf13/viper/pull/1846) - Drop slog shim by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1848](https://redirect.github.com/spf13/viper/pull/1848) - Replace file searching API with a finder by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1849](https://redirect.github.com/spf13/viper/pull/1849) - Finder feature flag by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1852](https://redirect.github.com/spf13/viper/pull/1852) - Allow setting options on the global Viper instance by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1856](https://redirect.github.com/spf13/viper/pull/1856) - Add experimental flag for bind struct by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1854](https://redirect.github.com/spf13/viper/pull/1854) - Make the remote package a separate module by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1860](https://redirect.github.com/spf13/viper/pull/1860) - Add decoder hook option by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1872](https://redirect.github.com/spf13/viper/pull/1872) - Encoder improvements by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1885](https://redirect.github.com/spf13/viper/pull/1885) - Get uint8 by [@​martinconic](https://redirect.github.com/martinconic) in [https://github.com/spf13/viper/pull/1894](https://redirect.github.com/spf13/viper/pull/1894) ##### Bug Fixes 🐛 - Fix missing config type when reading from a buffer by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1857](https://redirect.github.com/spf13/viper/pull/1857) - fix: do not allow setting dependencies to nil values by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1871](https://redirect.github.com/spf13/viper/pull/1871) - feat: copy keydelim from parent chart in viper.Sub() by [@​obs-gh-alexlew](https://redirect.github.com/obs-gh-alexlew) in [https://github.com/spf13/viper/pull/1887](https://redirect.github.com/spf13/viper/pull/1887) ##### Breaking Changes 🛠 - Drop encoding formats: HCL, Java properties, INI by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1870](https://redirect.github.com/spf13/viper/pull/1870) ##### Dependency Updates ⬆️ - chore: update mapstructure by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1723](https://redirect.github.com/spf13/viper/pull/1723) - chore: update crypt by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1834](https://redirect.github.com/spf13/viper/pull/1834) - build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1853](https://redirect.github.com/spf13/viper/pull/1853) - Revert to go-difflib and go-spew releases by [@​skitt](https://redirect.github.com/skitt) in [https://github.com/spf13/viper/pull/1861](https://redirect.github.com/spf13/viper/pull/1861) - build(deps): bump actions/dependency-review-action from 4.3.2 to 4.3.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1862](https://redirect.github.com/spf13/viper/pull/1862) - build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1865](https://redirect.github.com/spf13/viper/pull/1865) - build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1864](https://redirect.github.com/spf13/viper/pull/1864) - chore: update crypt by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1866](https://redirect.github.com/spf13/viper/pull/1866) - build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1876](https://redirect.github.com/spf13/viper/pull/1876) - build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /remote by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1878](https://redirect.github.com/spf13/viper/pull/1878) - build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1879](https://redirect.github.com/spf13/viper/pull/1879) - build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1881](https://redirect.github.com/spf13/viper/pull/1881) - build(deps): bump github/codeql-action from 3.25.11 to 3.25.12 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1880](https://redirect.github.com/spf13/viper/pull/1880) - build(deps): bump github/codeql-action from 3.25.12 to 3.25.13 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1883](https://redirect.github.com/spf13/viper/pull/1883) - chore(deps): update crypt by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1884](https://redirect.github.com/spf13/viper/pull/1884) - chore: update dependencies by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1888](https://redirect.github.com/spf13/viper/pull/1888) - build(deps): bump github.com/go-viper/mapstructure/v2 from 2.0.0 to 2.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1901](https://redirect.github.com/spf13/viper/pull/1901) - build(deps): bump github.com/spf13/cast from 1.6.0 to 1.7.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1899](https://redirect.github.com/spf13/viper/pull/1899) - build(deps): bump github/codeql-action from 3.25.13 to 3.26.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1897](https://redirect.github.com/spf13/viper/pull/1897) - build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1893](https://redirect.github.com/spf13/viper/pull/1893) - build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1903](https://redirect.github.com/spf13/viper/pull/1903) - build(deps): bump github/codeql-action from 3.26.2 to 3.26.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1905](https://redirect.github.com/spf13/viper/pull/1905) - build(deps): bump github/codeql-action from 3.26.3 to 3.26.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1909](https://redirect.github.com/spf13/viper/pull/1909) - Update Go by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1913](https://redirect.github.com/spf13/viper/pull/1913) - chore: update crypt package by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1914](https://redirect.github.com/spf13/viper/pull/1914) - build(deps): bump github/codeql-action from 3.26.5 to 3.26.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1915](https://redirect.github.com/spf13/viper/pull/1915) - build(deps): bump mheap/github-action-required-labels from 5.4.1 to 5.4.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1916](https://redirect.github.com/spf13/viper/pull/1916) - build(deps): bump cachix/install-nix-action from 27 to 28 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1919](https://redirect.github.com/spf13/viper/pull/1919) - build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1920](https://redirect.github.com/spf13/viper/pull/1920) - chore: update crypt by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1921](https://redirect.github.com/spf13/viper/pull/1921) - build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1923](https://redirect.github.com/spf13/viper/pull/1923) - build(deps): bump github.com/go-viper/mapstructure/v2 from 2.1.0 to 2.2.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1925](https://redirect.github.com/spf13/viper/pull/1925) - build(deps): bump github/codeql-action from 3.26.8 to 3.26.11 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1932](https://redirect.github.com/spf13/viper/pull/1932) - build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1930](https://redirect.github.com/spf13/viper/pull/1930) - build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1928](https://redirect.github.com/spf13/viper/pull/1928) - build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1936](https://redirect.github.com/spf13/viper/pull/1936) - build(deps): bump github/codeql-action from 3.26.11 to 3.27.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1948](https://redirect.github.com/spf13/viper/pull/1948) - build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1944](https://redirect.github.com/spf13/viper/pull/1944) - build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1942](https://redirect.github.com/spf13/viper/pull/1942) - build(deps): bump actions/dependency-review-action from 4.3.4 to 4.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1943](https://redirect.github.com/spf13/viper/pull/1943) - build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1941](https://redirect.github.com/spf13/viper/pull/1941) - build(deps): bump github/codeql-action from 3.27.2 to 3.27.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1949](https://redirect.github.com/spf13/viper/pull/1949) - build(deps): bump github/codeql-action from 3.27.3 to 3.27.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1958](https://redirect.github.com/spf13/viper/pull/1958) - build(deps): bump mheap/github-action-required-labels from 5.4.2 to 5.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1957](https://redirect.github.com/spf13/viper/pull/1957) - build(deps): bump actions/dependency-review-action from 4.4.0 to 4.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1953](https://redirect.github.com/spf13/viper/pull/1953) - build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1959](https://redirect.github.com/spf13/viper/pull/1959) - build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1954](https://redirect.github.com/spf13/viper/pull/1954) - build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /remote by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1960](https://redirect.github.com/spf13/viper/pull/1960) - build(deps): bump github/codeql-action from 3.27.7 to 3.27.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1964](https://redirect.github.com/spf13/viper/pull/1964) - chore: update afero by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1973](https://redirect.github.com/spf13/viper/pull/1973) - build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1968](https://redirect.github.com/spf13/viper/pull/1968) - build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1979](https://redirect.github.com/spf13/viper/pull/1979) - ci: add Go 1.24 to the test matrix by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1983](https://redirect.github.com/spf13/viper/pull/1983) ##### Other Changes - refactor: move remote code to separate file by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1847](https://redirect.github.com/spf13/viper/pull/1847) - refactor: cleanup unused encoding code by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1889](https://redirect.github.com/spf13/viper/pull/1889) - Fix issues reported by testifylint by [@​deining](https://redirect.github.com/deining) in [https://github.com/spf13/viper/pull/1965](https://redirect.github.com/spf13/viper/pull/1965) - docs: add update instructions for 1.20 by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1992](https://redirect.github.com/spf13/viper/pull/1992) #### New Contributors - [@​obs-gh-alexlew](https://redirect.github.com/obs-gh-alexlew) made their first contribution in [https://github.com/spf13/viper/pull/1887](https://redirect.github.com/spf13/viper/pull/1887) - [@​martinconic](https://redirect.github.com/martinconic) made their first contribution in [https://github.com/spf13/viper/pull/1894](https://redirect.github.com/spf13/viper/pull/1894) - [@​deining](https://redirect.github.com/deining) made their first contribution in [https://github.com/spf13/viper/pull/1965](https://redirect.github.com/spf13/viper/pull/1965) **Full Changelog**: https://github.com/spf13/viper/compare/v1.19.0...v1.20.0 </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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -101,7 +101,6 @@ require (
|
||||
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
|
||||
github.com/hashicorp/go-version v1.7.0 // indirect
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
||||
github.com/hashicorp/hcl v1.0.0 // 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
|
||||
@@ -123,7 +122,6 @@ require (
|
||||
github.com/ldez/usetesting v0.4.2 // indirect
|
||||
github.com/leonklingele/grouper v1.1.2 // indirect
|
||||
github.com/macabu/inamedparam v0.2.0 // indirect
|
||||
github.com/magiconair/properties v1.8.9 // 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
|
||||
@@ -132,7 +130,6 @@ require (
|
||||
github.com/mattn/go-runewidth v0.0.16 // indirect
|
||||
github.com/mgechev/revive v1.7.0 // indirect
|
||||
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
github.com/moricho/tparallel v0.3.2 // indirect
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
github.com/nakabonne/nestif v0.3.1 // indirect
|
||||
@@ -159,7 +156,6 @@ require (
|
||||
github.com/ryancurrah/gomodguard v1.4.1 // indirect
|
||||
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
|
||||
github.com/sagikazarmark/locafero v0.8.0 // indirect
|
||||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
||||
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
|
||||
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
|
||||
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
|
||||
@@ -177,7 +173,7 @@ require (
|
||||
github.com/spf13/cast v1.7.1 // indirect
|
||||
github.com/spf13/cobra v1.9.1 // indirect
|
||||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
github.com/spf13/viper v1.19.0 // indirect
|
||||
github.com/spf13/viper v1.20.0 // 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
|
||||
@@ -214,7 +210,6 @@ require (
|
||||
golang.org/x/telemetry v0.0.0-20250310203348-fdfaad844314 // indirect
|
||||
golang.org/x/text v0.23.0 // indirect
|
||||
google.golang.org/protobuf v1.36.5 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/warnings.v0 v0.1.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
@@ -222,8 +222,6 @@ github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKe
|
||||
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
|
||||
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
|
||||
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
|
||||
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
|
||||
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
|
||||
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
|
||||
@@ -279,8 +277,6 @@ github.com/leonklingele/grouper v1.1.2 h1:o1ARBDLOmmasUaNDesWqWCIFH3u7hoFlM84Yrj
|
||||
github.com/leonklingele/grouper v1.1.2/go.mod h1:6D0M/HVkhs2yRKRFZUoGjeDy7EZTfFBE9gl4kjmIGkA=
|
||||
github.com/macabu/inamedparam v0.2.0 h1:VyPYpOc10nkhI2qeNUdh3Zket4fcZjEWe35poddBCpE=
|
||||
github.com/macabu/inamedparam v0.2.0/go.mod h1:+Pee9/YfGe5LJ62pYXqB89lJ+0k5bsR8Wgz/C0Zlq3U=
|
||||
github.com/magiconair/properties v1.8.9 h1:nWcCbLq1N2v/cpNsy5WvQ37Fb+YElfq20WJ/a8RkpQM=
|
||||
github.com/magiconair/properties v1.8.9/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
|
||||
github.com/maratori/testableexamples v1.0.0 h1:dU5alXRrD8WKSjOUnmJZuzdxWOEQ57+7s93SLMxb2vI=
|
||||
github.com/maratori/testableexamples v1.0.0/go.mod h1:4rhjL1n20TUTT4vdh3RDqSizKLyXp7K2u6HgraZCGzE=
|
||||
github.com/maratori/testpackage v1.1.1 h1:S58XVV5AD7HADMmD0fNnziNHqKvSdDuEKdPD1rNTU04=
|
||||
@@ -300,8 +296,6 @@ github.com/mgechev/revive v1.7.0 h1:JyeQ4yO5K8aZhIKf5rec56u0376h8AlKNQEmjfkjKlY=
|
||||
github.com/mgechev/revive v1.7.0/go.mod h1:qZnwcNhoguE58dfi96IJeSTPeZQejNeoMQLUZGi4SW4=
|
||||
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
|
||||
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
|
||||
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
|
||||
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
|
||||
github.com/moricho/tparallel v0.3.2 h1:odr8aZVFA3NZrNybggMkYO3rgPRcqjeQUlBBFVxKHTI=
|
||||
github.com/moricho/tparallel v0.3.2/go.mod h1:OQ+K3b4Ln3l2TZveGCywybl68glfLEwFGqvnjok8b+U=
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
|
||||
@@ -374,8 +368,6 @@ github.com/ryanrolds/sqlclosecheck v0.5.1 h1:dibWW826u0P8jNLsLN+En7+RqWWTYrjCB9f
|
||||
github.com/ryanrolds/sqlclosecheck v0.5.1/go.mod h1:2g3dUjoS6AL4huFdv6wn55WpLIDjY7ZgUR4J8HOO/XQ=
|
||||
github.com/sagikazarmark/locafero v0.8.0 h1:mXaMVw7IqxNBxfv3LdWt9MDmcWDQ1fagDH918lOdVaQ=
|
||||
github.com/sagikazarmark/locafero v0.8.0/go.mod h1:UBUyz37V+EdMS3hDF3QWIiVr/2dPrx49OMO0Bn0hJqk=
|
||||
github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=
|
||||
github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ=
|
||||
github.com/sanposhiho/wastedassign/v2 v2.1.0 h1:crurBF7fJKIORrV85u9UUpePDYGWnwvv3+A96WvwXT0=
|
||||
github.com/sanposhiho/wastedassign/v2 v2.1.0/go.mod h1:+oSmSC+9bQ+VUAxA66nBb0Z7N8CK7mscKTDYC6aIek4=
|
||||
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 h1:PKK9DyHxif4LZo+uQSgXNqs0jj5+xZwwfKHgph2lxBw=
|
||||
@@ -414,8 +406,8 @@ github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wx
|
||||
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
|
||||
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
|
||||
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
|
||||
github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI=
|
||||
github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg=
|
||||
github.com/spf13/viper v1.20.0 h1:zrxIyR3RQIOsarIrgL8+sAvALXul9jeEPa06Y0Ph6vY=
|
||||
github.com/spf13/viper v1.20.0/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
|
||||
github.com/ssgreg/nlreturn/v2 v2.2.1 h1:X4XDI7jstt3ySqGU86YGAURbxw3oTDPK9sPEi6YEwQ0=
|
||||
github.com/ssgreg/nlreturn/v2 v2.2.1/go.mod h1:E/iiPB78hV7Szg2YfRgyIrk1AD6JVMTRkkxBiELzh2I=
|
||||
github.com/stbenjam/no-sprintf-host-port v0.2.0 h1:i8pxvGrt1+4G0czLr/WnmyH7zbZ8Bg8etvARQ1rpyl4=
|
||||
@@ -645,8 +637,6 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
|
||||
gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=
|
||||
gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
||||
gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=
|
||||
gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI=
|
||||
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
||||
|
Reference in New Issue
Block a user