Skip to content

Commit 57cc719

Browse files
chore(deps): bump github.com/golang/glog from 0.0.0-20160126235308-23def4e6c14b to 1.2.4 (#254)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/golang/glog](https://github.com/golang/glog) from 0.0.0-20160126235308-23def4e6c14b to 1.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/glog/releases">github.com/golang/glog's releases</a>.</em></p> <blockquote> <h2>v1.2.4</h2> <h2>What's Changed</h2> <ul> <li>Fail if log file already exists by <a href="https://github.com/chressie"><code>@​chressie</code></a> in <a href="https://redirect.github.com/golang/glog/pull/74">golang/glog#74</a>: <ul> <li>glog: Don't try to create/rotate a given syncBuffer twice in the same second</li> <li>glog: introduce createInDir function as in internal version</li> <li>glog: have createInDir fail if the file already exists</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang/glog/compare/v1.2.3...v1.2.4">https://github.com/golang/glog/compare/v1.2.3...v1.2.4</a></p> <h2>v1.2.3</h2> <h2>What's Changed</h2> <ul> <li>glog: check that stderr is valid before using it by default by <a href="https://github.com/chressie"><code>@​chressie</code></a> in <a href="https://redirect.github.com/golang/glog/pull/72">golang/glog#72</a></li> <li>glog: fix typo by <a href="https://github.com/chressie"><code>@​chressie</code></a> in <a href="https://redirect.github.com/golang/glog/pull/73">golang/glog#73</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang/glog/compare/v1.2.2...v1.2.3">https://github.com/golang/glog/compare/v1.2.2...v1.2.3</a></p> <h2>v1.2.2</h2> <h2>What's Changed</h2> <ul> <li>glog: avoid calling user.Current() on windows by <a href="https://github.com/bentekkie"><code>@​bentekkie</code></a> in <a href="https://redirect.github.com/golang/glog/pull/69">golang/glog#69</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang/glog/compare/v1.2.1...v1.2.2">https://github.com/golang/glog/compare/v1.2.1...v1.2.2</a></p> <h2>v1.2.1</h2> <h2>What's Changed</h2> <ul> <li>glog: don't hold mutex when sync'ing by <a href="https://github.com/chressie"><code>@​chressie</code></a> in <a href="https://redirect.github.com/golang/glog/pull/68">golang/glog#68</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang/glog/compare/v1.2.0...v1.2.1">https://github.com/golang/glog/compare/v1.2.0...v1.2.1</a></p> <h2>v1.2.0</h2> <h2>What's Changed</h2> <ul> <li>glog: add context variants and logsink tests by <a href="https://github.com/chressie"><code>@​chressie</code></a> in <a href="https://redirect.github.com/golang/glog/pull/66">golang/glog#66</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang/glog/compare/v1.1.2...v1.2.0">https://github.com/golang/glog/compare/v1.1.2...v1.2.0</a></p> <h2>v1.1.2</h2> <p>Bugfix release.</p> <h2>What's Changed</h2> <ul> <li>glog: populate symlinks -log_link directory by <a href="https://github.com/chressie"><code>@​chressie</code></a> in <a href="https://redirect.github.com/golang/glog/pull/64">golang/glog#64</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang/glog/compare/v1.1.1...v1.1.2">https://github.com/golang/glog/compare/v1.1.1...v1.1.2</a></p> <h2>v1.1.1</h2> <p>Bugfixes since the larger v1.1.0, which have been addressed.</p> <h2>v1.1.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/golang/glog/commits/v1.2.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang/glog&package-manager=go_modules&previous-version=0.0.0-20160126235308-23def4e6c14b&new-version=1.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/modelcontextprotocol/registry/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: adam jones <[email protected]>
1 parent fe52766 commit 57cc719

File tree

2 files changed

+0
-291
lines changed

2 files changed

+0
-291
lines changed

go.mod

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -15,78 +15,26 @@ require (
1515

1616
require (
1717
github.com/KyleBanks/depth v1.2.1 // indirect
18-
github.com/Microsoft/go-winio v0.5.2 // indirect
19-
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
20-
github.com/acomagu/bufpipe v1.0.3 // indirect
21-
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
22-
github.com/blang/semver v3.5.1+incompatible // indirect
23-
github.com/cheggaaa/pb v1.0.18 // indirect
2418
github.com/davecgh/go-spew v1.1.1 // indirect
25-
github.com/djherbis/times v1.2.0 // indirect
26-
github.com/emirpasic/gods v1.12.0 // indirect
27-
github.com/go-git/gcfg v1.5.0 // indirect
28-
github.com/go-git/go-billy/v5 v5.3.1 // indirect
29-
github.com/go-git/go-git/v5 v5.4.2 // indirect
3019
github.com/go-openapi/jsonpointer v0.21.1 // indirect
3120
github.com/go-openapi/jsonreference v0.21.0 // indirect
3221
github.com/go-openapi/spec v0.21.0 // indirect
3322
github.com/go-openapi/swag v0.23.1 // indirect
34-
github.com/gofrs/uuid v3.3.0+incompatible // indirect
35-
github.com/gogo/protobuf v1.3.2 // indirect
36-
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
37-
github.com/golang/protobuf v1.5.2 // indirect
3823
github.com/golang/snappy v0.0.4 // indirect
39-
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
40-
github.com/hashicorp/errwrap v1.0.0 // indirect
41-
github.com/hashicorp/go-multierror v1.0.0 // indirect
42-
github.com/imdario/mergo v0.3.12 // indirect
43-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
44-
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4524
github.com/josharian/intern v1.0.0 // indirect
46-
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
4725
github.com/klauspost/compress v1.16.7 // indirect
4826
github.com/mailru/easyjson v0.9.0 // indirect
49-
github.com/mattn/go-runewidth v0.0.8 // indirect
50-
github.com/mitchellh/go-homedir v1.1.0 // indirect
51-
github.com/mitchellh/go-ps v1.0.0 // indirect
5227
github.com/montanaflynn/stats v0.7.1 // indirect
53-
github.com/opentracing/basictracer-go v1.0.0 // indirect
54-
github.com/opentracing/opentracing-go v1.1.0 // indirect
55-
github.com/pkg/errors v0.9.1 // indirect
56-
github.com/pkg/term v1.1.0 // indirect
5728
github.com/pmezard/go-difflib v1.0.0 // indirect
58-
github.com/pulumi/pulumi-azure-native-sdk v1.104.0 // indirect
59-
github.com/pulumi/pulumi-azure-native/sdk v1.93.0 // indirect
60-
github.com/pulumi/pulumi/sdk/v3 v3.51.1 // indirect
61-
github.com/rivo/uniseg v0.2.0 // indirect
62-
github.com/rogpeppe/go-internal v1.11.0 // indirect
63-
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
64-
github.com/sergi/go-diff v1.1.0 // indirect
65-
github.com/spf13/cobra v1.4.0 // indirect
66-
github.com/spf13/pflag v1.0.5 // indirect
6729
github.com/stretchr/objx v0.5.2 // indirect
6830
github.com/swaggo/swag v1.16.4 // indirect
69-
github.com/texttheater/golang-levenshtein v0.0.0-20191208221605-eb6844b05fc6 // indirect
70-
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
71-
github.com/uber/jaeger-client-go v2.22.1+incompatible // indirect
72-
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
73-
github.com/xanzy/ssh-agent v0.3.2 // indirect
7431
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
7532
github.com/xdg-go/scram v1.1.2 // indirect
7633
github.com/xdg-go/stringprep v1.0.4 // indirect
7734
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
78-
go.uber.org/atomic v1.6.0 // indirect
7935
golang.org/x/crypto v0.37.0 // indirect
8036
golang.org/x/sync v0.13.0 // indirect
81-
golang.org/x/sys v0.32.0 // indirect
82-
golang.org/x/term v0.31.0 // indirect
8337
golang.org/x/text v0.24.0 // indirect
8438
golang.org/x/tools v0.32.0 // indirect
85-
google.golang.org/genproto v0.0.0-20200608115520-7c474a2e3482 // indirect
86-
google.golang.org/grpc v1.51.0 // indirect
87-
google.golang.org/protobuf v1.27.1 // indirect
88-
gopkg.in/warnings.v0 v0.1.2 // indirect
8939
gopkg.in/yaml.v3 v3.0.1 // indirect
90-
lukechampine.com/frand v1.4.2 // indirect
91-
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 // indirect
9240
)

0 commit comments

Comments
 (0)