build(deps): bump the gomod group with 6 updates#263
Merged
dwisiswant0 merged 1 commit intomasterfrom Jan 3, 2025
Merged
Conversation
Bumps the gomod group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/briandowns/spinner](https://github.com/briandowns/spinner) | `1.23.0` | `1.23.1` | | [github.com/elazarl/goproxy](https://github.com/elazarl/goproxy) | `0.0.0-20210110162100-a92cc753f88e` | `1.2.5` | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.8.0` | | [github.com/go-test/deep](https://github.com/go-test/deep) | `1.0.7` | `1.1.1` | | [github.com/henvic/httpretty](https://github.com/henvic/httpretty) | `0.1.2` | `0.1.4` | | [github.com/kardianos/service](https://github.com/kardianos/service) | `1.2.0` | `1.2.2` | Updates `github.com/briandowns/spinner` from 1.23.0 to 1.23.1 - [Release notes](https://github.com/briandowns/spinner/releases) - [Commits](briandowns/spinner@v1.23.0...v1.23.1) Updates `github.com/elazarl/goproxy` from 0.0.0-20210110162100-a92cc753f88e to 1.2.5 - [Release notes](https://github.com/elazarl/goproxy/releases) - [Commits](https://github.com/elazarl/goproxy/commits/v1.2.5) Updates `github.com/fsnotify/fsnotify` from 1.6.0 to 1.8.0 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.6.0...v1.8.0) Updates `github.com/go-test/deep` from 1.0.7 to 1.1.1 - [Release notes](https://github.com/go-test/deep/releases) - [Changelog](https://github.com/go-test/deep/blob/master/CHANGES.md) - [Commits](go-test/deep@v1.0.7...v1.1.1) Updates `github.com/henvic/httpretty` from 0.1.2 to 0.1.4 - [Commits](henvic/httpretty@v0.1.2...v0.1.4) Updates `github.com/kardianos/service` from 1.2.0 to 1.2.2 - [Commits](kardianos/service@v1.2.0...v1.2.2) --- updated-dependencies: - dependency-name: github.com/briandowns/spinner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/elazarl/goproxy dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/go-test/deep dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/henvic/httpretty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/kardianos/service dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jan 3, 2025
dwisiswant0
approved these changes
Jan 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the gomod group with 6 updates:
1.23.01.23.10.0.0-20210110162100-a92cc753f88e1.2.51.6.01.8.01.0.71.1.10.1.20.1.41.2.01.2.2Updates
github.com/briandowns/spinnerfrom 1.23.0 to 1.23.1Release notes
Sourced from github.com/briandowns/spinner's releases.
Commits
8f269ddConsolidate the dependencies for the IsTerminal() API (#156)12e6c29fix: CVE-2022-29526 (#152)Updates
github.com/elazarl/goproxyfrom 0.0.0-20210110162100-a92cc753f88e to 1.2.5Release notes
Sourced from github.com/elazarl/goproxy's releases.
... (truncated)
Commits
Updates
github.com/fsnotify/fsnotifyfrom 1.6.0 to 1.8.0Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
... (truncated)
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
... (truncated)
Commits
a9bc2e0Prepare 1.8.0 release2d133b8inotify: fix panic on Remove()1626962Update CIc1467c0test/kqueue: watch symlinks800ed83kqueue: don't change internal state when Add() returns error (#638)ad74244remove extra "to" from doc comment (#634)bec8903Split out Watcher and backends (#632)a618f07inotify: add recursive watcher (#472)17d9053Print diffs for test failures53b06a8inotify: implement WithNoFollow() (#631)Updates
github.com/go-test/deepfrom 1.0.7 to 1.1.1Release notes
Sourced from github.com/go-test/deep's releases.
Changelog
Sourced from github.com/go-test/deep's changelog.
Commits
9e863ffRelease v1.1.1dc5b2f6Update SECURITY.md185886dRestore 100% test coverage (NilPointersAreZero case)47ae1b8Merge pull request #61 from seveas/nil-pointers-are-zero93c35acMerge branch 'master' into nil-pointers-are-zero2982c5cUpdate test matrix to latest 3 Go versions2b8252eAdd an option to consider nil pointers to be equivalent to zero values95fb3b1Merge pull request #58 from bartleyg/patch-11127c84fix copy pasta test7ff4e92Update changelog for v1.1.0Updates
github.com/henvic/httprettyfrom 0.1.2 to 0.1.4Commits
3a02507cover: remove example directory from code coverageb5852d6mod: require Go 1.22+ and update workflows962ad53Add Align to align HTTP headersb2e47bdci: add dependabot.yml10e5c53ci: update workflows8ccaa9cfix: test assertion for TestOutgoingTLSBadClientCertificate messaged3bb0e6fix: make test TestOutgoingTLSBadClientCertificate less strict938aae5fix: replace deprecated io/ioutil calls90010f0mod: require Go 1.20 onwards45a60f1chore: add test for HTTP proxy supportUpdates
github.com/kardianos/servicefrom 1.2.0 to 1.2.2Commits
f4a4df2Update launchd template (#346)645b10fAdd EnvVars to linux init.d (#339)380dcf8Replace deprecated IsAnInteractiveSession() call (#344)6547573Do not create windows services with an empty environment key (#343)29f8c79Windows access service with minimal perms (#313)abe98a9Provide custom log directory for posix (#311)bc65850Allow setting environment variables for services (#312)ff1da96Run systemd commands with --user flag (#310)ed46af2Replace std out/err path to an existing directory (#307)5c08916fix: use /etc/rc.d/rc2.d instead of /etc/rc2.d depending on AIX version (#317)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions