Skip to content

Bump the go-dependencies group across 1 directory with 13 updates#7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-2f14353903
Open

Bump the go-dependencies group across 1 directory with 13 updates#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-2f14353903

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Bumps the go-dependencies group with 11 updates in the / directory:

Package From To
github.com/alecthomas/chroma 0.0.0-20181013211843-01e18834b5dd 0.10.0
github.com/getkin/kin-openapi 0.135.0 0.137.0
github.com/mattn/go-colorable 0.1.2 0.1.14
github.com/olekukonko/tablewriter 0.0.0-20180912035003-be2c049b30cc 1.1.4
github.com/pkg/errors 0.8.1 0.9.1
github.com/rs/zerolog 1.11.0 1.35.1
github.com/spf13/pflag 1.0.9 1.0.10
github.com/spf13/viper 1.2.1 1.21.0
golang.org/x/oauth2 0.27.0 0.36.0
gopkg.in/h2non/gentleman.v2 2.0.3 2.0.5
gopkg.in/yaml.v2 2.2.8 2.4.0

Updates github.com/alecthomas/chroma from 0.0.0-20181013211843-01e18834b5dd to 0.10.0

Release notes

Sourced from github.com/alecthomas/chroma's releases.

v0.10.0

Changelog

36bdd4b Benchmark Java instead of Go. b01c8fc Added OpenEdgeABL lexer (#585) decf9d3 Highlight MSBuild project files for C#, F#, and C++ as XML. (#584) 3bdc3fb Removed mimetype for the Lexer bicep (#574) ac2891f Add support for more complex command prompts (#583) d38fcfc fixed scheme characters 06f476d Add lexer for Typed and Untyped Plutus Core (#579) 3f5761f Fix background color of xcode-dark style d6e61d3 Use span for .line, put code inside <code> 5ed5054 Put lines in a div & code lines in a span, Add WrapLongLines Option 7cefa29 Add WitchHazel by Thea Flowers (#570) 0fcd2d8 Add lexer/detector for zed 2023798 feat: Added .bicep lexer #562 (#564) 175c35e Handle enclosing backtick in Kotlin lexer for identifiers, close #565 4c36740 Refinement of the C# lexer (#563) 0e8972e Fix chromad build.

v0.9.4

Changelog (since 0.9.2)

6520148857c2ae3106ff371e527abea815b23915 Re-add release workflow. 22ed667b6d41aad783d23c5b69bf24b7ccb48564 Add binary number to go lexer 785554e8b16b31ed88ebbd7156d24c4acf32fd49 Add sieve lexer 4b2b42da1d904cd8e5ffc6684bb23ba089192454 Tidy go.mod 9a8a647afb8f8e7ad2c961c477ca152b3b228815 Report file pattern errors when a lexer is initialised. 07a127dd74e0cf0b2d38def211382418b0baee8d Test for compiling all lexer patterns. 23160b30588bdfbf8f017037f9920e21e9aea8d3 lexers/internal: remove danwakefield/fnmatch 368394959b4562fb33caf5372828eb03859d9eef Update go modules 7259f5b2547990cb79197787c6cd7051936c7cc6 BashSession lexer 4d7154e8c7144dda848b882c81b8cd11c7b6c698 Raku: Fix unterminated heredoc fixes #547 82795e1420cca19a5eaa4c45e4340f4e063cdab1 Update to the last version of microsoft grammar file 04ed07d7b4022c8b9cbb3cd3001c0507238b37bf Update rust lexer (#548) d1f987668b9d720348552025d5b4893fcdefc8fa Add JSON test. f7c1454f132ccd52acb6a79c313daf63dc219c11 Support comments in JSON 02951cec424f204b6624f266a832d111fdb382df Implement 1S:Enterprise (#545) 4436c497ee311e32408f0826dc38fb44227f901a lexers: add Debian user configuration file backups to ignored suffixes 26f16a6f7ca2653220fc45081f6e387f9a5d1ed4 Raku: Improve nested regex and code, function designs 4f779665e94c1ac63e07c437409d5db9e33a4c79 Raku: Add more test data 22fac1fc0fa4c15381c51440380b8377d70368f5 Raku: Fix Match hash access, $ 2535d1a99ead7d14a356c94d1aa1d8671040b124 Raku: Fix operators that come after < bb38ae204f9b1c1e41f72f6f69b56b1ae329340b Raku: Fix detecting adverbs, plus a little cleanup 2eba3ce9a1fdbaf81232257031297aa153372575 Update APL lexer to cope with current Dyalog APL b71f4c66073d03e062aa6f8e2109326ebbde6795 Raku: Fix incorrectly matching closing brackets as opening 7966c295269fb4d9faf3d37eb6659b2955bf5179 Update README.md 61cfd7d7a709590e26f3854ef4ec543c8c710fbb Update README.md 594e3117f88757d552aca1a7c0b567dca6713db6 Update README.md f4ffd6cea954f700ac8bd5fe003854794f54e199 Fix Raku colon pair, function adverb and POD declaration

... (truncated)

Commits

Updates github.com/getkin/kin-openapi from 0.135.0 to 0.137.0

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.137.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.136.0...v0.137.0

v0.136.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.135.0...v0.136.0

Commits
  • b641244 revert to go 1.25 and revert cc4f8d99
  • ff4bce7 fix and upgrade goimports-reviser
  • 028df2a refacto(tests): use t.Context instead of context.Background
  • cc4f8d9 refacto: replace openapi3.*Ptr(..) funcs with new(..)
  • df95b87 address various lint errors
  • 3556929 openapi2conv: nil-guard components lookup in FromV3SchemaRef (#1156)
  • 5a0a337 openapi3: remove map-iteration order leaks causing flaky tests (#1158)
  • 3489553 openapi3: skip v3.1 load/validation flaky tests
  • 3aa08cd openapi3: record v3.1 load/validation test failures
  • 3179775 openapi3: enable testing for 3.1 documents
  • Additional commits viewable in compare view

Updates github.com/mattn/go-colorable from 0.1.2 to 0.1.14

Commits
  • 1f71342 update deps
  • 4503567 Merge pull request #73 from whereswaldon/patch-1
  • 40e70a5 [Windows] harden system DLL loading
  • 603fb50 Merge pull request #71 from hymkor/fork-20241118
  • 664d917 Fix: ESC[E and ESC[F with no arguments did not move the cursor on the legacy ...
  • 2b733b5 Merge pull request #69 from dolmen-go/merge-appengine-into-others
  • 9473000 Merge pull request #68 from dolmen-go/do-not-expose-Windows-Writer
  • 3cc8472 Merge pull request #67 from dolmen-go/ci-go1.20
  • d9a68d5 Merge colorable_appengine.go into colorable_others.go
  • 8e4a944 Windows: do not export Writer
  • Additional commits viewable in compare view

Updates github.com/mattn/go-isatty from 0.0.8 to 0.0.20

Commits
  • a7c0235 Merge pull request #74 from dkegel-fastly/dkegel-bug73-tinygo
  • 13f3590 Adjust build tags to allow building on tinygo; for #73.
  • c067b4f Merge pull request #86 from dolmen-go/testing-log-result
  • 42997b3 tests: log value of IsTerminal
  • 72a590e Merge pull request #82 from dolmen-go/upgrade-x-sys-tagged
  • c84e2cc Merge pull request #83 from dolmen-go/ci-add-go1.20
  • 77d7704 CI: add Go 1.20
  • 1f92190 CI: drop Go 1.15, 1.16
  • ddec212 deps: use a tagged version of golang.org/x/sys
  • ed75e61 Merge pull request #78 from sthibaul/master
  • Additional commits viewable in compare view

Updates github.com/olekukonko/tablewriter from 0.0.0-20180912035003-be2c049b30cc to 1.1.4

Commits

Updates github.com/pkg/errors from 0.8.1 to 0.9.1

Release notes

Sourced from github.com/pkg/errors's releases.

errors 0.9.1

pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on Cause method, this behaviour was changed on the PR: #215 and many breaking changes was produced by that.

errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13.

We tried to move into runtime.CallerFrames but this was not possible, you can show the explanation here: Issue 188.

The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way.

Now you could use the methods, Is and As, and the Unwrap() interface like on the standard library.

The method Cause is now compatible with fmt.Errorf("%w", err) and with the Unwrap() interface.

On the same way the methods related with wrapping on this package now are compatible with Cause and Unwrap() interface.

Improvements

Bugs fixed

  • .travis.yml Adjust Go versions. Thanks @​komuw, @​aperezg
  • minor fix in an example to print Stack Trace. Thanks @​bep.
  • Remove not necessary code.
  • Clean up documentation. Thanks @​seh.
Commits

Updates github.com/rs/zerolog from 1.11.0 to 1.35.1

Commits
  • 116c806 event: restore Err() logging when ErrorStackMarshaler returns nil (#763)
  • 1396655 Bump CI Go matrix minimum from 1.21 to 1.23
  • 4b65a2f Bump actions/cache from 4 to 5 (#741)
  • b835796 Bump actions/setup-go from 5 to 6 (#742)
  • 134caf8 Added sanitization of journald keys (#751)
  • e133b6a Added variadic StrsV, ObjectsV, and StringersV (#752)
  • 82017d8 Bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 (#753)
  • 2f5b8a9 fix: UpdateContext skips Nop and zero-value loggers (#754)
  • d64c9a7 Add slog.Handler implementation for zerolog (#755)
  • a0d61dc fix: return dict to Event pool (#749)
  • Additional commits viewable in compare view

Updates github.com/spf13/pflag from 1.0.9 to 1.0.10

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.10

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

Commits
  • 0491e57 Merge pull request #448 from thaJeztah/fix_go_version
  • 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment
  • 7e4dfb1 Test on Go 1.12
  • 18a9d17 move Func, BoolFunc, tests as they require go1.21
  • c5b9e98 remove uses of errors.Is, which requires go1.13
  • 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
  • See full diff in compare view

Updates github.com/spf13/viper from 1.2.1 to 1.21.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.21.0

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

v1.20.1

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

v1.20.0

... (truncated)

Commits
  • 394040c ci: build on go 1.25
  • 812f548 chore: update dependencies
  • d5271ef ci: update stale workflow
  • dff303b feat: add a stale issue scheduled action
  • 1287976 build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
  • 38932cd build(deps): bump github.com/go-viper/mapstructure/v2 in /remote
  • 6d014be build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • b74c7ee build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0
  • acd05e1 fix: linting issues
  • ae5a8e2 ci: upgrade golangci-lint
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.27.0 to 0.36.0

Commits
  • 4d954e6 all: upgrade go directive to at least 1.25.0 [generated]
  • 89ff2e1 google: add safer credentials JSON loading options.
  • acc3815 endpoints: fix %q verb use with wrong type
  • f28b0b5 all: fix some comments
  • fd15e0f x/oauth2: populate RetrieveError from DeviceAuth
  • 792c877 oauth2: use strings.Builder instead of bytes.Buffer
  • 014cf77 all: upgrade go directive to at least 1.24.0 [generated]
  • 3c76ce5 endpoints: correct Naver OAuth2 endpoint URLs
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • Additional commits viewable in compare view

Updates gopkg.in/h2non/gentleman.v2 from 2.0.3 to 2.0.5

Updates gopkg.in/yaml.v2 from 2.2.8 to 2.4.0

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 26, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 26, 2026

Labels

The following labels could not be found: security. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from thedevtoni as a code owner April 26, 2026 08:43
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 26, 2026
Bumps the go-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) | `0.0.0-20181013211843-01e18834b5dd` | `0.10.0` |
| [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `0.135.0` | `0.137.0` |
| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.2` | `0.1.14` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `0.0.0-20180912035003-be2c049b30cc` | `1.1.4` |
| [github.com/pkg/errors](https://github.com/pkg/errors) | `0.8.1` | `0.9.1` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.11.0` | `1.35.1` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.9` | `1.0.10` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.2.1` | `1.21.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.27.0` | `0.36.0` |
| gopkg.in/h2non/gentleman.v2 | `2.0.3` | `2.0.5` |
| gopkg.in/yaml.v2 | `2.2.8` | `2.4.0` |



Updates `github.com/alecthomas/chroma` from 0.0.0-20181013211843-01e18834b5dd to 0.10.0
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](https://github.com/alecthomas/chroma/commits/v0.10.0)

Updates `github.com/getkin/kin-openapi` from 0.135.0 to 0.137.0
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.135.0...v0.137.0)

Updates `github.com/mattn/go-colorable` from 0.1.2 to 0.1.14
- [Commits](mattn/go-colorable@v0.1.2...v0.1.14)

Updates `github.com/mattn/go-isatty` from 0.0.8 to 0.0.20
- [Commits](mattn/go-isatty@v0.0.8...v0.0.20)

Updates `github.com/olekukonko/tablewriter` from 0.0.0-20180912035003-be2c049b30cc to 1.1.4
- [Release notes](https://github.com/olekukonko/tablewriter/releases)
- [Commits](https://github.com/olekukonko/tablewriter/commits/v1.1.4)

Updates `github.com/pkg/errors` from 0.8.1 to 0.9.1
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](pkg/errors@v0.8.1...v0.9.1)

Updates `github.com/rs/zerolog` from 1.11.0 to 1.35.1
- [Commits](rs/zerolog@v1.11.0...v1.35.1)

Updates `github.com/spf13/pflag` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.9...v1.0.10)

Updates `github.com/spf13/viper` from 1.2.1 to 1.21.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.2.1...v1.21.0)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.11.1)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](golang/oauth2@v0.27.0...v0.36.0)

Updates `gopkg.in/h2non/gentleman.v2` from 2.0.3 to 2.0.5

Updates `gopkg.in/yaml.v2` from 2.2.8 to 2.4.0

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/getkin/kin-openapi
  dependency-version: 0.136.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/mattn/go-colorable
  dependency-version: 0.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/mattn/go-isatty
  dependency-version: 0.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-dependencies
- dependency-name: github.com/pkg/errors
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/viper
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: gopkg.in/h2non/gentleman.v2
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: gopkg.in/yaml.v2
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-2f14353903 branch from 7bd1aaa to 177a9a0 Compare May 3, 2026 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants