xplorfin / moneysocket-go

A *highly experimental* golang implementation of moneysocket
MIT License
3 stars 1 forks source link

Update module github.com/prometheus/common to v0.60.0 #84

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/prometheus/common v0.25.0 -> v0.60.0 age adoption passing confidence

Release Notes

prometheus/common (github.com/prometheus/common) ### [`v0.60.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.60.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.59.1...v0.60.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/692](https://redirect.github.com/prometheus/common/pull/692) - slog: expose io.Writer by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus/common/pull/694](https://redirect.github.com/prometheus/common/pull/694) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/695](https://redirect.github.com/prometheus/common/pull/695) - promslog: use UTC timestamps for go-kit log style by [@​dswarbrick](https://redirect.github.com/dswarbrick) in [https://github.com/prometheus/common/pull/696](https://redirect.github.com/prometheus/common/pull/696) - feat: add `promslog.NewNopLogger()` convenience func by [@​tjhop](https://redirect.github.com/tjhop) in [https://github.com/prometheus/common/pull/697](https://redirect.github.com/prometheus/common/pull/697) - Bump golang.org/x/net from 0.28.0 to 0.29.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/699](https://redirect.github.com/prometheus/common/pull/699) - Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/698](https://redirect.github.com/prometheus/common/pull/698) - Update supported Go versions by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/700](https://redirect.github.com/prometheus/common/pull/700) **Full Changelog**: https://github.com/prometheus/common/compare/v0.59.1...v0.60.0 ### [`v0.59.1`](https://redirect.github.com/prometheus/common/releases/tag/v0.59.1) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.59.0...v0.59.1) #### What's Changed - fix(utf8): Fix multiple metric name inside braces validation by [@​fedetorres93](https://redirect.github.com/fedetorres93) in [https://github.com/prometheus/common/pull/691](https://redirect.github.com/prometheus/common/pull/691) **Full Changelog**: https://github.com/prometheus/common/compare/v0.59.0...v0.59.1 ### [`v0.59.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.59.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.58.0...v0.59.0) #### What's Changed - expfmt: Add WithEscapingScheme to help construct Formats by [@​ywwg](https://redirect.github.com/ywwg) in [https://github.com/prometheus/common/pull/688](https://redirect.github.com/prometheus/common/pull/688) - Change the default escape method to UnderscoreEscaping by [@​ywwg](https://redirect.github.com/ywwg) in [https://github.com/prometheus/common/pull/690](https://redirect.github.com/prometheus/common/pull/690) **Full Changelog**: https://github.com/prometheus/common/compare/v0.58.0...v0.59.0 ### [`v0.58.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.58.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.57.0...v0.58.0) #### What's Changed - docs: mention new promslog package in package list in README by [@​tjhop](https://redirect.github.com/tjhop) in [https://github.com/prometheus/common/pull/683](https://redirect.github.com/prometheus/common/pull/683) - Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/684](https://redirect.github.com/prometheus/common/pull/684) - Bump golang.org/x/net from 0.27.0 to 0.28.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/685](https://redirect.github.com/prometheus/common/pull/685) - Remove secret file existence check in Validate for headers by [@​roidelapluie](https://redirect.github.com/roidelapluie) in [https://github.com/prometheus/common/pull/687](https://redirect.github.com/prometheus/common/pull/687) **Full Changelog**: https://github.com/prometheus/common/compare/v0.57.0...v0.58.0 ### [`v0.57.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.57.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.56.0...v0.57.0) #### What's Changed - feat: new promslog and promslog/flag packages to wrap log/slog by [@​tjhop](https://redirect.github.com/tjhop) in [https://github.com/prometheus/common/pull/677](https://redirect.github.com/prometheus/common/pull/677) #### New Contributors - [@​tjhop](https://redirect.github.com/tjhop) made their first contribution in [https://github.com/prometheus/common/pull/677](https://redirect.github.com/prometheus/common/pull/677) **Full Changelog**: https://github.com/prometheus/common/compare/v0.56.0...v0.57.0 ### [`v0.56.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.56.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.55.0...v0.56.0) #### What's Changed - Don't always fetch a OAuth2 token, if the secret from a file didn't change by [@​multani](https://redirect.github.com/multani) in [https://github.com/prometheus/common/pull/647](https://redirect.github.com/prometheus/common/pull/647) - remove dependency to github.com/prometheus/client_golang by [@​ilius](https://redirect.github.com/ilius) in [https://github.com/prometheus/common/pull/662](https://redirect.github.com/prometheus/common/pull/662) - Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/661](https://redirect.github.com/prometheus/common/pull/661) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/664](https://redirect.github.com/prometheus/common/pull/664) - Revert [#​576](https://redirect.github.com/prometheus/common/issues/576) and add deprecation notice by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/665](https://redirect.github.com/prometheus/common/pull/665) - Bump golang.org/x/net from 0.26.0 to 0.27.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/667](https://redirect.github.com/prometheus/common/pull/667) - use basic string in IsValidLegacyMetricName by [@​ywwg](https://redirect.github.com/ywwg) in [https://github.com/prometheus/common/pull/668](https://redirect.github.com/prometheus/common/pull/668) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/672](https://redirect.github.com/prometheus/common/pull/672) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/674](https://redirect.github.com/prometheus/common/pull/674) - Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/671](https://redirect.github.com/prometheus/common/pull/671) - sigv4: support nil body by [@​roidelapluie](https://redirect.github.com/roidelapluie) in [https://github.com/prometheus/common/pull/673](https://redirect.github.com/prometheus/common/pull/673) - Fix overflows of untyped int constants on 32-bit by [@​dswarbrick](https://redirect.github.com/dswarbrick) in [https://github.com/prometheus/common/pull/675](https://redirect.github.com/prometheus/common/pull/675) - Update client_golang by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/676](https://redirect.github.com/prometheus/common/pull/676) - Update golangci lint by [@​roidelapluie](https://redirect.github.com/roidelapluie) in [https://github.com/prometheus/common/pull/679](https://redirect.github.com/prometheus/common/pull/679) - expfmt: Add UTF-8 syntax support in text_parse.go by [@​fedetorres93](https://redirect.github.com/fedetorres93) in [https://github.com/prometheus/common/pull/670](https://redirect.github.com/prometheus/common/pull/670) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/681](https://redirect.github.com/prometheus/common/pull/681) - fix(utf8): provide a method for explicitly checking label names for legacy validity by [@​ywwg](https://redirect.github.com/ywwg) in [https://github.com/prometheus/common/pull/682](https://redirect.github.com/prometheus/common/pull/682) #### New Contributors - [@​multani](https://redirect.github.com/multani) made their first contribution in [https://github.com/prometheus/common/pull/647](https://redirect.github.com/prometheus/common/pull/647) - [@​ilius](https://redirect.github.com/ilius) made their first contribution in [https://github.com/prometheus/common/pull/662](https://redirect.github.com/prometheus/common/pull/662) - [@​dswarbrick](https://redirect.github.com/dswarbrick) made their first contribution in [https://github.com/prometheus/common/pull/675](https://redirect.github.com/prometheus/common/pull/675) - [@​fedetorres93](https://redirect.github.com/fedetorres93) made their first contribution in [https://github.com/prometheus/common/pull/670](https://redirect.github.com/prometheus/common/pull/670) **Full Changelog**: https://github.com/prometheus/common/compare/v0.55.0...v0.56.0 ### [`v0.55.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.55.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.54.0...v0.55.0) #### What's Changed - Update Go modules by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/643](https://redirect.github.com/prometheus/common/pull/643) - enable errcheck linter by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/prometheus/common/pull/637](https://redirect.github.com/prometheus/common/pull/637) - Add a `RELEASE.md` and add [@​gotjosh](https://redirect.github.com/gotjosh) as a mantainer by [@​gotjosh](https://redirect.github.com/gotjosh) in [https://github.com/prometheus/common/pull/644](https://redirect.github.com/prometheus/common/pull/644) - Move goautoneg to external dependency by [@​mikelolasagasti](https://redirect.github.com/mikelolasagasti) in [https://github.com/prometheus/common/pull/625](https://redirect.github.com/prometheus/common/pull/625) - Expose secret as SecretReader and InlineSecret from config package by [@​pracucci](https://redirect.github.com/pracucci) in [https://github.com/prometheus/common/pull/650](https://redirect.github.com/prometheus/common/pull/650) - Fix HTTPClientConfig JSON marshalling by [@​pracucci](https://redirect.github.com/pracucci) in [https://github.com/prometheus/common/pull/651](https://redirect.github.com/prometheus/common/pull/651) - Expose secret as FileSecret from config package by [@​alanprot](https://redirect.github.com/alanprot) in [https://github.com/prometheus/common/pull/653](https://redirect.github.com/prometheus/common/pull/653) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/646](https://redirect.github.com/prometheus/common/pull/646) - Set http_headers to be omit empty by [@​yeya24](https://redirect.github.com/yeya24) in [https://github.com/prometheus/common/pull/655](https://redirect.github.com/prometheus/common/pull/655) - chore: add HumanizeTimestamp; make ConvertToFloat exportable by [@​freak12techno](https://redirect.github.com/freak12techno) in [https://github.com/prometheus/common/pull/654](https://redirect.github.com/prometheus/common/pull/654) - Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/659](https://redirect.github.com/prometheus/common/pull/659) - Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/656](https://redirect.github.com/prometheus/common/pull/656) - Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/658](https://redirect.github.com/prometheus/common/pull/658) - Bump golang.org/x/net from 0.25.0 to 0.26.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/657](https://redirect.github.com/prometheus/common/pull/657) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/660](https://redirect.github.com/prometheus/common/pull/660) - Add SigV4 FIPS STS endpoint config by [@​rajagopalanand](https://redirect.github.com/rajagopalanand) in [https://github.com/prometheus/common/pull/649](https://redirect.github.com/prometheus/common/pull/649) #### New Contributors - [@​gotjosh](https://redirect.github.com/gotjosh) made their first contribution in [https://github.com/prometheus/common/pull/644](https://redirect.github.com/prometheus/common/pull/644) - [@​mikelolasagasti](https://redirect.github.com/mikelolasagasti) made their first contribution in [https://github.com/prometheus/common/pull/625](https://redirect.github.com/prometheus/common/pull/625) - [@​alanprot](https://redirect.github.com/alanprot) made their first contribution in [https://github.com/prometheus/common/pull/653](https://redirect.github.com/prometheus/common/pull/653) - [@​yeya24](https://redirect.github.com/yeya24) made their first contribution in [https://github.com/prometheus/common/pull/655](https://redirect.github.com/prometheus/common/pull/655) - [@​rajagopalanand](https://redirect.github.com/rajagopalanand) made their first contribution in [https://github.com/prometheus/common/pull/649](https://redirect.github.com/prometheus/common/pull/649) **Full Changelog**: https://github.com/prometheus/common/compare/v0.54.0...v0.55.0 ### [`v0.54.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.54.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.53.0...v0.54.0) #### What's Changed - Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/624](https://redirect.github.com/prometheus/common/pull/624) - Bump golang.org/x/net from 0.22.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/623](https://redirect.github.com/prometheus/common/pull/623) - Add HTTP headers support to common HTTP client. by [@​roidelapluie](https://redirect.github.com/roidelapluie) in [https://github.com/prometheus/common/pull/416](https://redirect.github.com/prometheus/common/pull/416) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/633](https://redirect.github.com/prometheus/common/pull/633) - Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/632](https://redirect.github.com/prometheus/common/pull/632) - Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/628](https://redirect.github.com/prometheus/common/pull/628) - Bump golang.org/x/net from 0.23.0 to 0.24.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/630](https://redirect.github.com/prometheus/common/pull/630) - Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/631](https://redirect.github.com/prometheus/common/pull/631) - Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/629](https://redirect.github.com/prometheus/common/pull/629) - Use common interface to fetch secrets in HTTP client config by [@​TheSpiritXIII](https://redirect.github.com/TheSpiritXIII) in [https://github.com/prometheus/common/pull/538](https://redirect.github.com/prometheus/common/pull/538) - Add support for secret refs via a secret manager by [@​TheSpiritXIII](https://redirect.github.com/TheSpiritXIII) in [https://github.com/prometheus/common/pull/572](https://redirect.github.com/prometheus/common/pull/572) - oauth2RoundTripper: Avoid race condition and readability changes. by [@​bwplotka](https://redirect.github.com/bwplotka) in [https://github.com/prometheus/common/pull/634](https://redirect.github.com/prometheus/common/pull/634) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/636](https://redirect.github.com/prometheus/common/pull/636) - Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/638](https://redirect.github.com/prometheus/common/pull/638) - Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/639](https://redirect.github.com/prometheus/common/pull/639) - feat: add time template helpers by [@​freak12techno](https://redirect.github.com/freak12techno) in [https://github.com/prometheus/common/pull/627](https://redirect.github.com/prometheus/common/pull/627) #### New Contributors - [@​bwplotka](https://redirect.github.com/bwplotka) made their first contribution in [https://github.com/prometheus/common/pull/634](https://redirect.github.com/prometheus/common/pull/634) - [@​freak12techno](https://redirect.github.com/freak12techno) made their first contribution in [https://github.com/prometheus/common/pull/627](https://redirect.github.com/prometheus/common/pull/627) **Full Changelog**: https://github.com/prometheus/common/compare/v0.53.0...v0.54.0 ### [`v0.53.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.53.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.52.3...v0.53.0) #### What's Changed - Add StatusAt method for Alert struct by [@​grobinson-grafana](https://redirect.github.com/grobinson-grafana) in [https://github.com/prometheus/common/pull/618](https://redirect.github.com/prometheus/common/pull/618) - config: allow exposing real secret value through marshal by [@​GiedriusS](https://redirect.github.com/GiedriusS) in [https://github.com/prometheus/common/pull/487](https://redirect.github.com/prometheus/common/pull/487) - Fix up config test by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/621](https://redirect.github.com/prometheus/common/pull/621) - LabelSet.String: restore faster sort call by [@​bboreham](https://redirect.github.com/bboreham) in [https://github.com/prometheus/common/pull/619](https://redirect.github.com/prometheus/common/pull/619) - LabelSet: add unit test for String method by [@​bboreham](https://redirect.github.com/bboreham) in [https://github.com/prometheus/common/pull/620](https://redirect.github.com/prometheus/common/pull/620) #### New Contributors - [@​grobinson-grafana](https://redirect.github.com/grobinson-grafana) made their first contribution in [https://github.com/prometheus/common/pull/618](https://redirect.github.com/prometheus/common/pull/618) - [@​GiedriusS](https://redirect.github.com/GiedriusS) made their first contribution in [https://github.com/prometheus/common/pull/487](https://redirect.github.com/prometheus/common/pull/487) **Full Changelog**: https://github.com/prometheus/common/compare/v0.52.3...v0.53.0 ### [`v0.52.3`](https://redirect.github.com/prometheus/common/releases/tag/v0.52.3) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.52.2...v0.52.3) #### What's Changed - Support go 1.20 by [@​ArthurSens](https://redirect.github.com/ArthurSens) in [https://github.com/prometheus/common/pull/617](https://redirect.github.com/prometheus/common/pull/617) **Full Changelog**: https://github.com/prometheus/common/compare/v0.52.2...v0.52.3 ### [`v0.52.2`](https://redirect.github.com/prometheus/common/releases/tag/v0.52.2) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.51.1...v0.52.2) #### What's Changed - Drop support for Go older than 1.18 by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/612](https://redirect.github.com/prometheus/common/pull/612) - fix(protobuf): Correctly decode multi-messages streams by [@​srebhan](https://redirect.github.com/srebhan) in [https://github.com/prometheus/common/pull/616](https://redirect.github.com/prometheus/common/pull/616) - Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/615](https://redirect.github.com/prometheus/common/pull/615) #### New Contributors - [@​srebhan](https://redirect.github.com/srebhan) made their first contribution in [https://github.com/prometheus/common/pull/616](https://redirect.github.com/prometheus/common/pull/616) **Full Changelog**: https://github.com/prometheus/common/compare/v0.51.1...v0.52.2 ### [`v0.51.1`](https://redirect.github.com/prometheus/common/releases/tag/v0.51.1) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.51.0...v0.51.1) #### What's Changed - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/606](https://redirect.github.com/prometheus/common/pull/606) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/609](https://redirect.github.com/prometheus/common/pull/609) - Retract v0.50.0 by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/610](https://redirect.github.com/prometheus/common/pull/610) **Full Changelog**: https://github.com/prometheus/common/compare/v0.51.0...v0.51.1 ### [`v0.51.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.51.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.50.0...v0.51.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/604](https://redirect.github.com/prometheus/common/pull/604) - expfmt: Add a way to generate different OpenMetrics Formats by [@​ywwg](https://redirect.github.com/ywwg) in [https://github.com/prometheus/common/pull/596](https://redirect.github.com/prometheus/common/pull/596) - Fix string slice definition for FormatFlagOptions. by [@​gizmoguy](https://redirect.github.com/gizmoguy) in [https://github.com/prometheus/common/pull/607](https://redirect.github.com/prometheus/common/pull/607) - Correct logic in sample naming for counters, add new test by [@​vesari](https://redirect.github.com/vesari) in [https://github.com/prometheus/common/pull/608](https://redirect.github.com/prometheus/common/pull/608) #### New Contributors - [@​gizmoguy](https://redirect.github.com/gizmoguy) made their first contribution in [https://github.com/prometheus/common/pull/607](https://redirect.github.com/prometheus/common/pull/607) **Full Changelog**: https://github.com/prometheus/common/compare/v0.50.0...v0.51.0 ### [`v0.50.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.50.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.49.0...v0.50.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/594](https://redirect.github.com/prometheus/common/pull/594) - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/593](https://redirect.github.com/prometheus/common/pull/593) - Bump github.com/aws/aws-sdk-go from 1.50.27 to 1.50.29 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/592](https://redirect.github.com/prometheus/common/pull/592) - Bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.31 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/595](https://redirect.github.com/prometheus/common/pull/595) - Remove unused 'Host' member from HTTPClientConfig by [@​bboreham](https://redirect.github.com/bboreham) in [https://github.com/prometheus/common/pull/597](https://redirect.github.com/prometheus/common/pull/597) - Add OpenMetrics unit support by [@​vesari](https://redirect.github.com/vesari) in [https://github.com/prometheus/common/pull/544](https://redirect.github.com/prometheus/common/pull/544) - Remove deprecated version function by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/591](https://redirect.github.com/prometheus/common/pull/591) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/599](https://redirect.github.com/prometheus/common/pull/599) - Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/600](https://redirect.github.com/prometheus/common/pull/600) - Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/601](https://redirect.github.com/prometheus/common/pull/601) **Full Changelog**: https://github.com/prometheus/common/compare/v0.49.0...v0.50.0 ### [`v0.49.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.49.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.48.0...v0.49.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/574](https://redirect.github.com/prometheus/common/pull/574) - Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.8 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/571](https://redirect.github.com/prometheus/common/pull/571) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/581](https://redirect.github.com/prometheus/common/pull/581) - Update Go by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/588](https://redirect.github.com/prometheus/common/pull/588) - Deprecate version.NewCollector by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/579](https://redirect.github.com/prometheus/common/pull/579) - Bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.27 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/587](https://redirect.github.com/prometheus/common/pull/587) - Avoid off-spec openmetrics exposition when exemplars have empty labels by [@​orls](https://redirect.github.com/orls) in [https://github.com/prometheus/common/pull/569](https://redirect.github.com/prometheus/common/pull/569) - Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/585](https://redirect.github.com/prometheus/common/pull/585) - Write created lines when negotiating OpenMetrics by [@​ArthurSens](https://redirect.github.com/ArthurSens) in [https://github.com/prometheus/common/pull/504](https://redirect.github.com/prometheus/common/pull/504) - Upgrade client_model to v.0.6.0 by [@​vesari](https://redirect.github.com/vesari) in [https://github.com/prometheus/common/pull/589](https://redirect.github.com/prometheus/common/pull/589) - http_config: Add host by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus/common/pull/549](https://redirect.github.com/prometheus/common/pull/549) - LabelSet: Fix alphabetical sorting for prometheus LabelSet by [@​wasim-nihal](https://redirect.github.com/wasim-nihal) in [https://github.com/prometheus/common/pull/575](https://redirect.github.com/prometheus/common/pull/575) - labelset: optimise String() function by [@​bboreham](https://redirect.github.com/bboreham) in [https://github.com/prometheus/common/pull/590](https://redirect.github.com/prometheus/common/pull/590) #### New Contributors - [@​orls](https://redirect.github.com/orls) made their first contribution in [https://github.com/prometheus/common/pull/569](https://redirect.github.com/prometheus/common/pull/569) - [@​vesari](https://redirect.github.com/vesari) made their first contribution in [https://github.com/prometheus/common/pull/589](https://redirect.github.com/prometheus/common/pull/589) **Full Changelog**: https://github.com/prometheus/common/compare/v0.48.0...v0.49.0 ### [`v0.48.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.48.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.47.0...v0.48.0) *This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.* #### What's Changed - Unexport Format strings by [@​ywwg](https://redirect.github.com/ywwg) in [https://github.com/prometheus/common/pull/576](https://redirect.github.com/prometheus/common/pull/576) **Full Changelog**: https://github.com/prometheus/common/compare/v0.47.0...v0.48.0 ### [`v0.47.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.47.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.46.0...v0.47.0) #### What's Changed - UTF-8 support in validation, and some parsers and formatters by [@​ywwg](https://redirect.github.com/ywwg) in [https://github.com/prometheus/common/pull/537](https://redirect.github.com/prometheus/common/pull/537) - Support empty OAuth2 inline secrets by [@​TheSpiritXIII](https://redirect.github.com/TheSpiritXIII) in [https://github.com/prometheus/common/pull/547](https://redirect.github.com/prometheus/common/pull/547) - UTF8: Content negotiation (encoding side) by [@​ywwg](https://redirect.github.com/ywwg) in [https://github.com/prometheus/common/pull/570](https://redirect.github.com/prometheus/common/pull/570) #### New Contributors - [@​ywwg](https://redirect.github.com/ywwg) made their first contribution in [https://github.com/prometheus/common/pull/537](https://redirect.github.com/prometheus/common/pull/537) **Full Changelog**: https://github.com/prometheus/common/compare/v0.46.0...v0.47.0 ### [`v0.46.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.46.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.45.0...v0.46.0) #### What's Changed - Add golangci-lint config by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/517](https://redirect.github.com/prometheus/common/pull/517) - model: add metric type values by [@​bboreham](https://redirect.github.com/bboreham) in [https://github.com/prometheus/common/pull/533](https://redirect.github.com/prometheus/common/pull/533) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/532](https://redirect.github.com/prometheus/common/pull/532) - Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.47.0 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/529](https://redirect.github.com/prometheus/common/pull/529) - Update modules by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/534](https://redirect.github.com/prometheus/common/pull/534) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/535](https://redirect.github.com/prometheus/common/pull/535) - Allow using empty Authorization credentials by [@​TheSpiritXIII](https://redirect.github.com/TheSpiritXIII) in [https://github.com/prometheus/common/pull/546](https://redirect.github.com/prometheus/common/pull/546) - enable errorlint linter by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/prometheus/common/pull/550](https://redirect.github.com/prometheus/common/pull/550) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/548](https://redirect.github.com/prometheus/common/pull/548) - Bump github.com/aws/aws-sdk-go from 1.47.0 to 1.48.10 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/539](https://redirect.github.com/prometheus/common/pull/539) - Bump github.com/alecthomas/kingpin/v2 from 2.3.2 to 2.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/542](https://redirect.github.com/prometheus/common/pull/542) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/552](https://redirect.github.com/prometheus/common/pull/552) - Bump golang.org/x/net from 0.18.0 to 0.19.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/541](https://redirect.github.com/prometheus/common/pull/541) - Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/540](https://redirect.github.com/prometheus/common/pull/540) - Add hints for promlog by [@​lucacome](https://redirect.github.com/lucacome) in [https://github.com/prometheus/common/pull/556](https://redirect.github.com/prometheus/common/pull/556) - Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/560](https://redirect.github.com/prometheus/common/pull/560) - Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/558](https://redirect.github.com/prometheus/common/pull/558) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/555](https://redirect.github.com/prometheus/common/pull/555) - Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/559](https://redirect.github.com/prometheus/common/pull/559) - Bump github.com/aws/aws-sdk-go from 1.48.10 to 1.49.13 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/557](https://redirect.github.com/prometheus/common/pull/557) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/561](https://redirect.github.com/prometheus/common/pull/561) - Make version getRevision public by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/563](https://redirect.github.com/prometheus/common/pull/563) - enable gofumpt, goimports, testifylint linters by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/prometheus/common/pull/551](https://redirect.github.com/prometheus/common/pull/551) - version: make GetTegs() public by [@​ArthurSens](https://redirect.github.com/ArthurSens) in [https://github.com/prometheus/common/pull/565](https://redirect.github.com/prometheus/common/pull/565) - switch to protodelim package (which pbutil now calls) by [@​stapelberg](https://redirect.github.com/stapelberg) in [https://github.com/prometheus/common/pull/567](https://redirect.github.com/prometheus/common/pull/567) - Bump Go modules by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/568](https://redirect.github.com/prometheus/common/pull/568) #### New Contributors - [@​TheSpiritXIII](https://redirect.github.com/TheSpiritXIII) made their first contribution in [https://github.com/prometheus/common/pull/546](https://redirect.github.com/prometheus/common/pull/546) - [@​mmorel-35](https://redirect.github.com/mmorel-35) made their first contribution in [https://github.com/prometheus/common/pull/550](https://redirect.github.com/prometheus/common/pull/550) - [@​ArthurSens](https://redirect.github.com/ArthurSens) made their first contribution in [https://github.com/prometheus/common/pull/565](https://redirect.github.com/prometheus/common/pull/565) - [@​stapelberg](https://redirect.github.com/stapelberg) made their first contribution in [https://github.com/prometheus/common/pull/567](https://redirect.github.com/prometheus/common/pull/567) **Full Changelog**: https://github.com/prometheus/common/compare/v0.45.0...v0.46.0 ### [`v0.45.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.45.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.44.0...v0.45.0) #### What's Changed - Adding support for file based configuration of basic auth username in http client config by [@​wasim-nihal](https://redirect.github.com/wasim-nihal) in [https://github.com/prometheus/common/pull/511](https://redirect.github.com/prometheus/common/pull/511) - Bump golang.org/x/net from 0.10.0 to 0.12.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/507](https://redirect.github.com/prometheus/common/pull/507) - Add read-only token permissions by [@​pnacht](https://redirect.github.com/pnacht) in [https://github.com/prometheus/common/pull/490](https://redirect.github.com/prometheus/common/pull/490) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/495](https://redirect.github.com/prometheus/common/pull/495) - Update client_golang by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/513](https://redirect.github.com/prometheus/common/pull/513) - Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/514](https://redirect.github.com/prometheus/common/pull/514) - Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/515](https://redirect.github.com/prometheus/common/pull/515) - Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/516](https://redirect.github.com/prometheus/common/pull/516) - Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/493](https://redirect.github.com/prometheus/common/pull/493) - Update golang_protobuf_extensions to v2 by [@​Neo2308](https://redirect.github.com/Neo2308) in [https://github.com/prometheus/common/pull/509](https://redirect.github.com/prometheus/common/pull/509) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/518](https://redirect.github.com/prometheus/common/pull/518) - Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/519](https://redirect.github.com/prometheus/common/pull/519) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/520](https://redirect.github.com/prometheus/common/pull/520) - Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/525](https://redirect.github.com/prometheus/common/pull/525) - Bump golang.org/x/net from 0.15.0 to 0.17.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/524](https://redirect.github.com/prometheus/common/pull/524) #### New Contributors - [@​wasim-nihal](https://redirect.github.com/wasim-nihal) made their first contribution in [https://github.com/prometheus/common/pull/511](https://redirect.github.com/prometheus/common/pull/511) - [@​pnacht](https://redirect.github.com/pnacht) made their first contribution in [https://github.com/prometheus/common/pull/490](https://redirect.github.com/prometheus/common/pull/490) - [@​Neo2308](https://redirect.github.com/Neo2308) made their first contribution in [https://github.com/prometheus/common/pull/509](https://redirect.github.com/prometheus/common/pull/509) **Full Changelog**: https://github.com/prometheus/common/compare/v0.44.0...v0.45.0 ### [`v0.44.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.44.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.43.0...v0.44.0) #### What's Changed - Allow custom log.Logger by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus/common/pull/474](https://redirect.github.com/prometheus/common/pull/474) - Allow TLS settings to be specified inline by [@​rfratto](https://redirect.github.com/rfratto) in [https://github.com/prometheus/common/pull/472](https://redirect.github.com/prometheus/common/pull/472) - Enable dependabot for sigv4 by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/480](https://redirect.github.com/prometheus/common/pull/480) - Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/486](https://redirect.github.com/prometheus/common/pull/486) - Bump golang.org/x/net from 0.9.0 to 0.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/483](https://redirect.github.com/prometheus/common/pull/483) - Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/485](https://redirect.github.com/prometheus/common/pull/485) - Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/482](https://redirect.github.com/prometheus/common/pull/482) - Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/489](https://redirect.github.com/prometheus/common/pull/489) #### New Contributors - [@​jkroepke](https://redirect.github.com/jkroepke) made their first contribution in [https://github.com/prometheus/common/pull/474](https://redirect.github.com/prometheus/common/pull/474) - [@​rfratto](https://redirect.github.com/rfratto) made their first contribution in [https://github.com/prometheus/common/pull/472](https://redirect.github.com/prometheus/common/pull/472) **Full Changelog**: https://github.com/prometheus/common/compare/v0.43.0...v0.43.1 ### [`v0.43.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.43.0): 0.43.0 / 2023-05-04 [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.42.0...v0.43.0) NOTE: The protobuf library has been changed from the deprecated `github.com/golang/protobuf` to the new officially supported `google.golang.org/protobuf`. If you have direct use of the proto, you may need to make changes for deprecated functions. #### What's Changed - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/463](https://redirect.github.com/prometheus/common/pull/463) - Negotiate OM v1.0.0 by [@​gouthamve](https://redirect.github.com/gouthamve) in [https://github.com/prometheus/common/pull/475](https://redirect.github.com/prometheus/common/pull/475) - Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/478](https://redirect.github.com/prometheus/common/pull/478) - Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/481](https://redirect.github.com/prometheus/common/pull/481) - Update Go modules by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/479](https://redirect.github.com/prometheus/common/pull/479) - Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/469](https://redirect.github.com/prometheus/common/pull/469) **Full Changelog**: https://github.com/prometheus/common/compare/v0.42.0...v0.43.0 ### [`v0.42.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.42.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.41.0...v0.42.0) #### What's Changed - Parse Durations much faster by [@​bboreham](https://redirect.github.com/bboreham) in [https://github.com/prometheus/common/pull/461](https://redirect.github.com/prometheus/common/pull/461) - version: add Go build tags to output by [@​bboreham](https://redirect.github.com/bboreham) in [https://github.com/prometheus/common/pull/455](https://redirect.github.com/prometheus/common/pull/455) - Add support to use Proxy From Environment by [@​roidelapluie](https://redirect.github.com/roidelapluie) in [https://github.com/prometheus/common/pull/462](https://redirect.github.com/prometheus/common/pull/462) #### New Contributors - [@​bboreham](https://redirect.github.com/bboreham) made their first contribution in [https://github.com/prometheus/common/pull/461](https://redirect.github.com/prometheus/common/pull/461) **Full Changelog**: https://github.com/prometheus/common/compare/v0.41.0...v0.42.0 ### [`v0.41.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.41.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.40.0...v0.41.0) #### What's Changed - Fix marshalling of TLSVersion by [@​roidelapluie](https://redirect.github.com/roidelapluie) in [https://github.com/prometheus/common/pull/429](https://redirect.github.com/prometheus/common/pull/429) - expfmt: add test case for issue with \*bufio.Reader and FmtText format by [@​roidelapluie](https://redirect.github.com/roidelapluie) in [https://github.com/prometheus/common/pull/448](https://redirect.github.com/prometheus/common/pull/448) - expfmt: add test cases for TextParser startOfLine error handling by [@​roidelapluie](https://redirect.github.com/roidelapluie) in [https://github.com/prometheus/common/pull/449](https://redirect.github.com/prometheus/common/pull/449) - Fix and test JSON & YAML marshalling by [@​roidelapluie](https://redirect.github.com/roidelapluie) in [https://github.com/prometheus/common/pull/450](https://redirect.github.com/prometheus/common/pull/450) - Update Go versions by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/447](https://redirect.github.com/prometheus/common/pull/447) - Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/454](https://redirect.github.com/prometheus/common/pull/454) - Update kingpin module source by [@​hairyhenderson](https://redirect.github.com/hairyhenderson) in [https://github.com/prometheus/common/pull/458](https://redirect.github.com/prometheus/common/pull/458) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/460](https://redirect.github.com/prometheus/common/pull/460) - Update Go modules by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/459](https://redirect.github.com/prometheus/common/pull/459) - Add dependabot by [@​lucacome](https://redirect.github.com/lucacome) in [https://github.com/prometheus/common/pull/433](https://redirect.github.com/prometheus/common/pull/433) - model: Remove json-iterator usage (again) by [@​beorn7](https://redirect.github.com/beorn7) in [https://github.com/prometheus/common/pull/453](https://redirect.github.com/prometheus/common/pull/453) #### New Contributors - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/prometheus/common/pull/454](https://redirect.github.com/prometheus/common/pull/454) - [@​hairyhenderson](https://redirect.github.com/hairyhenderson) made their first contribution in [https://github.com/prometheus/common/pull/458](https://redirect.github.com/prometheus/common/pull/458) **Full Changelog**: https://github.com/prometheus/common/compare/v0.40.0...v0.41.0 ### [`v0.40.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.40.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.39.0...v0.40.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/428](https://redirect.github.com/prometheus/common/pull/428) - Add histogram vectors to model by [@​zenador](https://redirect.github.com/zenador) in [https://github.com/prometheus/common/pull/417](https://redirect.github.com/prometheus/common/pull/417) - Change HistogramBucket Boundaries type to int32 by [@​zenador](https://redirect.github.com/zenador) in [https://github.com/prometheus/common/pull/438](https://redirect.github.com/prometheus/common/pull/438) - Make it more efficient and compatible to use SampleHistogram by [@​krajorama](https://redirect.github.com/krajorama) in [https://github.com/prometheus/common/pull/439](https://redirect.github.com/prometheus/common/pull/439) - Optimise JSON marshalling for sparse histograms by [@​zenador](https://redirect.github.com/zenador) in [https://github.com/prometheus/common/pull/440](https://redirect.github.com/prometheus/common/pull/440) - expfmt: only call TextParser.TextToMetricFamilies once from textDecoder by [@​abursavich](https://redirect.github.com/abursavich) in [https://github.com/prometheus/common/pull/443](https://redirect.github.com/prometheus/common/pull/443) - expfmt: only ignore io.EOF errors in TextParse.startOfLine by [@​abursavich](https://redirect.github.com/abursavich) in [https://github.com/prometheus/common/pull/444](https://redirect.github.com/prometheus/common/pull/444) #### New Contributors - [@​zenador](https://redirect.github.com/zenador) made their first contribution in [https://github.com/prometheus/common/pull/417](https://redirect.github.com/prometheus/common/pull/417) - [@​krajorama](https://redirect.github.com/krajorama) made their first contribution in [https://github.com/prometheus/common/pull/439](https://redirect.github.com/prometheus/common/pull/439) **Full Changelog**: https://github.com/prometheus/common/compare/v0.39.0...v0.40.0 ### [`v0.39.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.39.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.38.0...v0.39.0) - \[ENHANCEMENT] Add support for proxy connect headers. [#​409](https://redirect.github.com/prometheus/common/issues/409) - \[ENHANCEMENT] Add platform info to labels. [#​403](https://redirect.github.com/prometheus/common/issues/403) ### [`v0.38.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.38.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.37.1...v0.38.0) - \[FEATURE] Implement Stringer on TLSVersion ([#​405](https://redirect.github.com/prometheus/common/issues/405)) - \[FEATURE] Check if TLS certificate and key file have been modified ([#​345](https://redirect.github.com/prometheus/common/issues/345)) - \[ENHANCEMENT] Add the ability to specify the maximum acceptable TLS version ([#​414](https://redirect.github.com/prometheus/common/issues/414)) - \[ENHANCEMENT] Make LoadHTTPConfigFile set directory and move from tests file ([#​415](https://redirect.github.com/prometheus/common/issues/415)) - \[ENHANCEMENT] Get Revision from debug.BuildInfo if not explicitly set ([#​374](https://redirect.github.com/prometheus/common/issues/374)) ### [`v0.37.1`](https://redirect.github.com/prometheus/common/releases/tag/v0.37.1) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.37.0...v0.37.1) - \[BUGFIX] Update go.mod for CVE-2022-41717 [#​420](https://redirect.github.com/prometheus/common/issues/420) ### [`v0.37.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.37.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.36.0...v0.37.0) - \[ENHANCEMENT] Improve OAuth2 user agent handling ([#​391](https://redirect.github.com/prometheus/common/issues/391)) ### [`v0.36.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.36.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.35.0...v0.36.0) - \[ENHANCEMENT] OAuth2: Respect disable keepalives option; Implement close idle connections ([#​390](https://redirect.github.com/prometheus/common/issues/390)) - \[ENHANCEMENT] Add User-Agent header to oauth2 requests [#​387](https://redirect.github.com/prometheus/common/issues/387) ### [`v0.35.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.35.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.34.0...v0.35.0) - \[ENHANCEMENT] Static server: Add more mimetypes ([#​385](https://redirect.github.com/prometheus/common/issues/385)) ### [`v0.34.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.34.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.33.0...v0.34.0) - \[ENHANCEMENT] Enable selecting minimum TLS version. [#​375](https://redirect.github.com/prometheus/common/issues/375) ### [`v0.33.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.33.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.32.1...v0.33.0) - \[ENHANCEMENT] Make HTTP2 User Visible [#​360](https://redirect.github.com/prometheus/common/issues/360) - \[FEATURE] Add proxy_url support for oauth2 [#​358](https://redirect.github.com/prometheus/common/issues/358) ### [`v0.32.1`](https://redirect.github.com/prometheus/common/compare/v0.32.0...v0.32.1) [Compare

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 years ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/urfave/cli/v2 v2.3.0
go: downloading github.com/satori/go.uuid v1.2.0
go: downloading github.com/stretchr/testify v1.8.2
go: downloading github.com/xplorfin/filet v0.3.0
go: downloading github.com/xplorfin/netutils v0.45.0
go: downloading github.com/urfave/cli v1.18.0
go: downloading github.com/lightningnetwork/lnd v0.11.1-beta.rc5
go: downloading github.com/brianvoe/gofakeit/v6 v6.5.0
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/go-ozzo/ozzo-validation/v4 v4.3.0
go: downloading github.com/mvo5/goconfigparser v0.0.0-20201015074339-50f22f44deb5
go: downloading github.com/xplorfin/ozzo-validators v0.35.0
go: downloading github.com/xplorfin/tlsutils v0.23.0
go: downloading google.golang.org/grpc v1.29.1
go: downloading gopkg.in/macaroon.v2 v2.1.0
go: downloading github.com/jinzhu/copier v0.3.2
go: downloading github.com/xplorfin/lndmock v0.32.0
go: downloading github.com/buger/jsonparser v1.1.1
go: downloading github.com/mergermarket/go-pkcs7 v0.0.0-20170926155232-153b18ea13c9
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/prometheus/common v0.53.0
go: downloading github.com/btcsuite/btcutil v1.0.2
go: downloading github.com/kr/pretty v0.3.1
go: downloading golang.org/x/sync v0.3.0
go: downloading github.com/posener/wstest v1.2.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/spf13/afero v1.9.2
go: downloading github.com/brianvoe/gofakeit/v5 v5.11.2
go: downloading github.com/fasthttp/router v1.4.0
go: downloading github.com/integralist/go-findroot v0.0.0-20160518114804-ac90681525dc
go: downloading github.com/jarcoal/httpmock v1.0.8
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/valyala/fasthttp v1.28.0
go: downloading github.com/yudai/gojsondiff v1.0.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
go: downloading github.com/xplorfin/btcd v0.21.0-hotfix
go: downloading github.com/btcsuite/btcwallet v0.11.1-0.20200904022754-2c5947a45222
go: downloading gopkg.in/macaroon-bakery.v2 v2.0.1
go: downloading github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading golang.org/x/net v0.22.0
go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible
go: downloading golang.org/x/crypto v0.21.0
go: downloading github.com/docker/docker v20.10.6+incompatible
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/xplorfin/docker-utils v0.13.0
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.10.0
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/savsgio/gotils v0.0.0-20210617111740-97865ed5a873
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/andybalholm/brotli v1.0.4
go: downloading github.com/klauspost/compress v1.15.9
go: downloading github.com/EDDYCJY/fake-useragent v0.2.0
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/btcsuite/btcwallet/walletdb v1.3.3
go: downloading gopkg.in/errgo.v1 v1.0.1
go: downloading github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8
go: downloading github.com/rogpeppe/fastuuid v1.2.0
go: downloading google.golang.org/protobuf v1.33.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc
go: downloading google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc
go: downloading github.com/btcsuite/btcutil/psbt v1.0.3-0.20200826194809-5f93e33af2b0
go: downloading github.com/btcsuite/btcwallet/wallet/txauthor v1.0.0
go: downloading github.com/btcsuite/btcwallet/wallet/txrules v1.0.0
go: downloading github.com/btcsuite/btcwallet/wtxmgr v1.2.0
go: downloading github.com/go-errors/errors v1.0.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc
go: downloading golang.org/x/sys v0.18.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/hashicorp/errwrap v1.0.0
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50
go: downloading github.com/coreos/etcd v3.3.22+incompatible
go: downloading github.com/lightninglabs/neutrino v0.11.1-0.20200316235139-bffc52e8f200
go: downloading github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf
go: downloading github.com/jrick/logrotate v1.0.0
go: downloading github.com/btcsuite/btcwallet/wallet/txsizes v1.0.0
go: downloading github.com/lightningnetwork/lnd/clock v1.0.1
go: downloading github.com/miekg/dns v0.0.0-20171125082028-79bfde677fa8
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/containerd/containerd v1.4.3
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/PuerkitoBio/goquery v1.6.1
go: downloading github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
go: downloading go.uber.org/zap v1.14.1
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading github.com/soheilhy/cmux v0.1.4
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
go: downloading github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
go: downloading github.com/aead/siphash v1.0.1
go: downloading github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec
go: downloading github.com/lightningnetwork/lightning-onion v1.0.2-0.20200501022730-3c8c8d0b89ea
go: downloading github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/sirupsen/logrus v1.8.0
go: downloading github.com/Microsoft/go-winio v0.4.16
go: downloading github.com/andybalholm/cascadia v1.1.0
go: downloading github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading github.com/prometheus/client_golang v1.19.0
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: downloading golang.org/x/time v0.3.0
go: downloading go.uber.org/atomic v1.6.0
go: downloading go.uber.org/multierr v1.5.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/decred/dcrd/lru v1.0.0
go: downloading github.com/lightningnetwork/lnd/queue v1.0.4
go: downloading golang.org/x/term v0.18.0
go: downloading github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
go: downloading github.com/magefile/mage v1.11.0
go: downloading github.com/google/btree v1.0.0
go: downloading github.com/coreos/bbolt v1.3.3
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/prometheus/client_model v0.6.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading github.com/lightningnetwork/lnd/ticker v1.0.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: github.com/xplorfin/moneysocket-go/moneysocket/nexus/websocket imports
    github.com/prometheus/common/log: cannot find module providing package github.com/prometheus/common/log
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 4 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/urfave/cli/v2 v2.3.0
go: downloading github.com/satori/go.uuid v1.2.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/xplorfin/filet v0.3.0
go: downloading github.com/xplorfin/netutils v0.45.0
go: downloading github.com/lightningnetwork/lnd v0.11.1-beta.rc5
go: downloading github.com/urfave/cli v1.18.0
go: downloading github.com/brianvoe/gofakeit/v6 v6.5.0
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/go-ozzo/ozzo-validation/v4 v4.3.0
go: downloading github.com/mvo5/goconfigparser v0.0.0-20201015074339-50f22f44deb5
go: downloading github.com/xplorfin/ozzo-validators v0.35.0
go: downloading github.com/xplorfin/tlsutils v0.23.0
go: downloading google.golang.org/grpc v1.29.1
go: downloading gopkg.in/macaroon.v2 v2.1.0
go: downloading github.com/jinzhu/copier v0.3.2
go: downloading github.com/xplorfin/lndmock v0.32.0
go: downloading github.com/buger/jsonparser v1.1.1
go: downloading github.com/mergermarket/go-pkcs7 v0.0.0-20170926155232-153b18ea13c9
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/prometheus/common v0.60.0
go: downloading github.com/btcsuite/btcutil v1.0.2
go: downloading github.com/kr/pretty v0.3.1
go: downloading golang.org/x/sync v0.8.0
go: downloading github.com/posener/wstest v1.2.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/spf13/afero v1.9.2
go: downloading github.com/brianvoe/gofakeit/v5 v5.11.2
go: downloading github.com/fasthttp/router v1.4.0
go: downloading github.com/integralist/go-findroot v0.0.0-20160518114804-ac90681525dc
go: downloading github.com/jarcoal/httpmock v1.0.8
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/valyala/fasthttp v1.28.0
go: downloading github.com/yudai/gojsondiff v1.0.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
go: downloading github.com/xplorfin/btcd v0.21.0-hotfix
go: downloading github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading golang.org/x/net v0.29.0
go: downloading gopkg.in/macaroon-bakery.v2 v2.0.1
go: downloading github.com/btcsuite/btcwallet v0.11.1-0.20200904022754-2c5947a45222
go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible
go: downloading golang.org/x/crypto v0.27.0
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.10.0
go: downloading github.com/docker/docker v20.10.6+incompatible
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/xplorfin/docker-utils v0.13.0
go: downloading golang.org/x/text v0.18.0
go: downloading github.com/savsgio/gotils v0.0.0-20210617111740-97865ed5a873
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/andybalholm/brotli v1.0.4
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/EDDYCJY/fake-useragent v0.2.0
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/btcsuite/btcutil/psbt v1.0.3-0.20200826194809-5f93e33af2b0
go: downloading github.com/btcsuite/btcwallet/wallet/txauthor v1.0.0
go: downloading github.com/btcsuite/btcwallet/wallet/txrules v1.0.0
go: downloading github.com/btcsuite/btcwallet/wtxmgr v1.2.0
go: downloading github.com/go-errors/errors v1.0.1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc
go: downloading google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc
go: downloading github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8
go: downloading github.com/rogpeppe/fastuuid v1.2.0
go: downloading gopkg.in/errgo.v1 v1.0.1
go: downloading github.com/btcsuite/btcwallet/walletdb v1.3.3
go: downloading golang.org/x/sys v0.25.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/hashicorp/errwrap v1.0.0
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf
go: downloading github.com/lightninglabs/neutrino v0.11.1-0.20200316235139-bffc52e8f200
go: downloading github.com/btcsuite/btcwallet/wallet/txsizes v1.0.0
go: downloading github.com/lightningnetwork/lnd/clock v1.0.1
go: downloading github.com/jrick/logrotate v1.0.0
go: downloading github.com/miekg/dns v0.0.0-20171125082028-79bfde677fa8
go: downloading go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50
go: downloading github.com/coreos/etcd v3.3.22+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/containerd/containerd v1.4.3
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/PuerkitoBio/goquery v1.6.1
go: downloading github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
go: downloading github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
go: downloading github.com/aead/siphash v1.0.1
go: downloading github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec
go: downloading github.com/lightningnetwork/lightning-onion v1.0.2-0.20200501022730-3c8c8d0b89ea
go: downloading github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
go: downloading github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
go: downloading go.uber.org/zap v1.14.1
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading github.com/soheilhy/cmux v0.1.4
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/sirupsen/logrus v1.8.0
go: downloading github.com/Microsoft/go-winio v0.4.16
go: downloading github.com/andybalholm/cascadia v1.1.0
go: downloading github.com/decred/dcrd/lru v1.0.0
go: downloading github.com/lightningnetwork/lnd/queue v1.0.4
go: downloading golang.org/x/term v0.24.0
go: downloading github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
go: downloading github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading go.uber.org/atomic v1.6.0
go: downloading go.uber.org/multierr v1.5.0
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading github.com/prometheus/client_golang v1.20.4
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: downloading golang.org/x/time v0.3.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/magefile/mage v1.11.0
go: downloading github.com/lightningnetwork/lnd/ticker v1.0.0
go: downloading github.com/google/btree v1.0.0
go: downloading github.com/coreos/bbolt v1.3.3
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: github.com/xplorfin/moneysocket-go/moneysocket/nexus/websocket imports
    github.com/prometheus/common/log: cannot find module providing package github.com/prometheus/common/log