Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

chore(deps): update deps #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update deps #57

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/getsentry/sentry-go require minor v0.6.1 -> v0.11.0
github.com/go-resty/resty/v2 require minor v2.3.0 -> v2.6.0
github.com/go-sql-driver/mysql require minor v1.5.0 -> v1.6.0
github.com/gofiber/embed require patch v0.1.1 -> v0.1.2
github.com/gofiber/fiber require minor v1.12.1 -> v1.14.6
github.com/gofiber/recover require patch v0.1.1 -> v0.1.2
github.com/gofiber/requestid require patch v0.1.0 -> v0.1.1
github.com/jarcoal/httpmock require patch v1.0.5 -> v1.0.8
github.com/jmoiron/sqlx require minor v1.2.0 -> v1.3.4
github.com/jordic/goics require digest feb996c -> 5a0337b
github.com/mailru/easyjson require patch v0.7.1 -> v0.7.7
github.com/markbates/pkger require patch v0.17.0 -> v0.17.1
github.com/russross/blackfriday require minor v1.5.2 -> v1.6.0
github.com/sirupsen/logrus require minor v1.6.0 -> v1.8.1
github.com/spf13/cobra require minor v1.0.0 -> v1.1.3
github.com/stretchr/testify require minor v1.6.1 -> v1.7.0
github.com/swaggo/swag require minor v1.6.7 -> v1.7.0
github.com/valyala/fasthttp require minor v1.14.0 -> v1.26.0
github.com/wcharczuk/go-chart require minor v2.0.2-0.20191206192251-962b9abdec2b+incompatible -> v2.1.0
go.uber.org/zap require minor v1.15.0 -> v1.17.0
golang.org/x/net require digest 4c52546 -> 84b48f8
gopkg.in/yaml.v2 require minor v2.3.0 -> v2.4.0

Release Notes

getsentry/sentry-go

v0.11.0

Compare Source

NOTE:
This version drops support for Go 1.13. The currently supported Go versions are the last 3 stable releases: 1.14, 1.15 and 1.16.
Users of the tracing functionality (StartSpan, etc) should upgrade to this version to benefit from separate rate limits for errors and transactions.
There are no breaking changes and upgrading should be a smooth experience for all users.

v0.10.0

Compare Source

  • feat: Debug connection reuse (#​323)
  • fix: Send root span data as Event.Extra (#​329)
  • fix: Do not double sample transactions (#​328)
  • fix: Do not override trace context of transactions (#​327)
  • fix: Drain and close API response bodies (#​322)
  • ci: Run tests against Go tip (#​319)
  • ci: Move away from Travis in favor of GitHub Actions (#​314) (#​321)

v0.9.0

Compare Source

  • feat: Initial tracing and performance monitoring support (#​285)
  • doc: Revamp sentryhttp documentation (#​304)
  • fix: Hub.PopScope never empties the scope stack (#​300)
  • ref: Report Event.Timestamp in local time (#​299)
  • ref: Report Breadcrumb.Timestamp in local time (#​299)

NOTE:
This version introduces support for Sentry's Performance Monitoring.
The new tracing capabilities are beta, and we plan to expand them on future versions. Feedback is welcome, please open new issues on GitHub.
The sentryhttp package got better API docs, an updated usage example and support for creating automatic transactions as part of Performance Monitoring.

v0.8.0

Compare Source

  • build: Bump required version of Iris (#​296)
  • fix: avoid unnecessary allocation in Client.processEvent (#​293)
  • doc: Remove deprecation of sentryhttp.HandleFunc (#​284)
  • ref: Update sentryhttp example (#​283)
  • doc: Improve documentation of sentryhttp package (#​282)
  • doc: Clarify SampleRate documentation (#​279)
  • fix: Remove RawStacktrace (#​278)
  • docs: Add example of custom HTTP transport
  • ci: Test against go1.15, drop go1.12 support (#​271)

NOTE:
This version comes with a few updates. Some examples and documentation have been
improved. We've bumped the supported version of the Iris framework to avoid
LGPL-licensed modules in the module dependency graph.
The Exception.RawStacktrace and Thread.RawStacktrace fields have been
removed to conform to Sentry's ingestion protocol, only Exception.Stacktrace
and Thread.Stacktrace should appear in user code.

v0.7.0

Compare Source

  • feat: Include original error when event cannot be encoded as JSON (#​258)
  • feat: Use Hub from request context when available (#​217, #​259)
  • feat: Extract stack frames from golang.org/x/xerrors (#​262)
  • feat: Make Environment Integration preserve existing context data (#​261)
  • feat: Recover and RecoverWithContext with arbitrary types (#​268)
  • feat: Report bad usage of CaptureMessage and CaptureEvent (#​269)
  • feat: Send debug logging to stderr by default (#​266)
  • feat: Several improvements to documentation (#​223, #​245, #​250, #​265)
  • feat: Example of Recover followed by panic (#​241, #​247)
  • feat: Add Transactions and Spans (to support OpenTelemetry Sentry Exporter) (#​235, #​243, #​254)
  • fix: Set either Frame.Filename or Frame.AbsPath (#​233)
  • fix: Clone requestBody to new Scope (#​244)
  • fix: Synchronize access and mutation of Hub.lastEventID (#​264)
  • fix: Avoid repeated syscalls in prepareEvent (#​256)
  • fix: Do not allocate new RNG for every event (#​256)
  • fix: Remove stale replace directive in go.mod (#​255)
  • fix(http): Deprecate HandleFunc, remove duplication (#​260)

NOTE:
This version comes packed with several fixes and improvements and no breaking
changes.
Notably, there is a change in how the SDK reports file names in stack traces
that should resolve any ambiguity when looking at stack traces and using the
Suspect Commits feature.
We recommend all users to upgrade.

go-resty/resty

v2.6.0

Compare Source

Release Notes

Features
Enhancements
General
  • Addressing checksum issue on v2.5.0 with this release

v2.5.0

Compare Source

Release Notes

Bug Fixes

v2.4.0

Compare Source

Release Notes

Features
Enhancements
Bug Fixes
Documentation
go-sql-driver/mysql

v1.6.0

Compare Source

Major Release

See CHANGELOG.md for full details

gofiber/embed

v0.1.2

Compare Source

  • Bump Fiber v1.13.3
gofiber/fiber

v1.14.6

Compare Source

v2 will be released on 15 September 2020!
Please visit https://gofiber.io/v2 for more information.

v1.14.5

Compare Source

This version will be the last tag before we release v1.15.0, it contains breaking changes and I highly recommend reading the changelog gofiber/fiber#736 to prepare for the migration on 15 September 2020

v1.14.4

Compare Source

🩹 Fixes

  • Fix typo in startup message MEM -> PREFORK

v1.14.3

Compare Source

🧹 Updates

  • Bump Fasthttp v1.16.0
  • Bump Utils v0.0.10

🩹 Fixes

v1.14.2

Compare Source

🩹 Fixes

  • ✏ Correct Version to v1.14.2

v1.14.1

Compare Source

Somehow Go pkg cached the branch ( v1.14.0 ) that wasn't released, we had to tag v1.14.1 that contains the master version v1.13.3 to avoid breaking changes.

🩹 Fixes

v1.13.3

Compare Source

Deprecated

// Old signature
func (app *App) Get(path string, handlers ...Handler) *Route {}

// New signature
func (app *App) Get(path string, handlers ...Handler) Router {}

🔥 New

🧹 Updates

🚀 Improvements

🩹 Fixes

v1.13.2

Compare Source

v1.13.1

Compare Source

🩹 Fixes

v1.13.0

Compare Source

Special thanks to @​kiyonlin, @​ReneWerner87, @​thomasvvugt for their input behind the scenes!
And I want to thank all the contributors for their awesome work, this community is awesome! ❤️

🔥 New

🧹 Updates

🚀 Improvements

🩹 Fixes

v1.12.6

Compare Source

🔥 New


🧹 Updates


🩹 Fixes


v1.12.5

Compare Source

🔥 New


🧹 Updates


🩹 Fixes


v1.12.4

Compare Source

🧹 Updates

🩹 Fixes


v1.12.3

Compare Source

🔥 New


🧹 Updates


🩹 Fixes


v1.12.2

Compare Source

🔥 New


🧹 Updates


🩹 Fixes


gofiber/recover

v0.1.2

Compare Source

  • Bump Fiber v1.13.3
gofiber/requestid

v0.1.1

Compare Source

  • Bump Fiber v1.13.3
jarcoal/httpmock

v1.0.8

Compare Source

New feature:

Enjoy!

v1.0.7

Compare Source

New feature:

  • add File type allowing to easily serve files contents

Fix:

Misc:

  • test coverage increased almost 100% (OK 99.843% :) )
  • code reorganized
  • more linters involved
  • documentation updated
  • examples style normalized
  • CI now use github actions instead of travis

Enjoy!

v1.0.6

Compare Source

Responder generated by httpmock can now be used concurrently — #​93 reported by @​ascherkus

jmoiron/sqlx

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

mailru/easyjson

v0.7.7

Compare Source

v0.7.6

Compare Source

v0.7.3

Compare Source

  • Fix broken file header when creating decoders for interfaces (#​300)
  • Add go.sum to repo (#​301)

v0.7.2

Compare Source

  • Add MarshalerUnmarshaler interface
  • Fix generated code for Marshaler interface
markbates/pkger

v0.17.1

Compare Source

Changelog

0273362 Merge pull request #​102 from requaos/requaos/gzip

russross/blackfriday

v1.6.0

Compare Source

A minor release, delivering minor fixes since the last release, and resolving ambiguity in the README about the import path for blackfriday v2:

  • Committed to github.com/russross/blackfriday/v2 as the canonical import path for blackfriday v2. (Issue #​587)
  • Added HTML_NOOPENER_LINKS HTML renderer option. (Issue #​459, PR #​570)
  • Fixed parsing of fenced code blocks inside lists. (Issues #​495 and #​485, PR #​521)
  • Fixed an issue where <details> tag was wrapped in <p> tag. (Issue #​525, PR #​559)
  • Fixed parsing of links that end with a double backslashes. (PR #​512)
sirupsen/logrus

v1.8.1

Compare Source

v1.8.0

Compare Source

Correct versioning number replacing v1.7.1

v1.7.1

Compare Source

Code quality:

  • use go 1.15 in travis
  • use magefile as task runner

Fixes:

  • small fixes about new go 1.13 error formatting system
  • Fix for long time race condiction with mutating data hooks

Features:

  • build support for zos

v1.7.0

Compare Source

  • a new buffer pool management API has been added
  • a set of <LogLevel>Fn() functions have been added
  • the dependency toward a windows terminal library has been removed
spf13/cobra

v1.1.3

Compare Source

  • Fix: release-branch.cobra1.1 only: Revert "Deprecate Go < 1.14" to maintain backward compatibility

v1.1.2

Compare Source

Notable Changes

v1.1.1

Compare Source

v1.1.0

Compare Source

Notable Changes
  • Extend Go completions and revamp zsh comp (#​1070)
  • Fix man page doc generation - no auto generated tag when cmd.DisableAutoGenTag = true (#​1104) @​jpmcb
  • Add completion for help command (#​1136)
  • Complete subcommands when TraverseChildren is set (#​1171)
  • Fix stderr printing functions (#​894)
  • fix: fish output redirection (#​1247)
stretchr/testify

v1.7.0

Compare Source

Minor feature improvements and bug fixes

swaggo/swag

v1.7.0

Compare Source

Changelog

ee29e2b Add go.mod to example/celler (#​838)
031a42d Optional second parameter when using object in swaggertype (#​844)
e18fc86 Release swag for Linux/ARM64 (#​842)
7fdbe7a Update dep latest github.com/swagger/gin-swagger (#​819)
2ca4d38 Update dependencies and fix tests (#​835)
62e4d9b Update go.mod (#​839)
a4053fb chore: release v1.7.0 (#​849)
09f9621 feature: support default response, use comma-separated codes to add a… (#​837)
c9056f0 issue-503: added type map in example value (#​683)
3d083d3 refactor: remove dependency on gin (#​800)
3f47d68 update dep latest swaggo/gin-swagger (#​825)
88888c5 upgrade spec package and simplify code (#​836)

v1.6.9

Compare Source

Changelog

e17fed4 Add support for x-tokenname in oauth2 specs (#​791)
466d9e6 chore: fix wrong verison showed (#​813)
eeae42f fix: Update CLI flags docs (#​811)

v1.6.8

Compare Source

Changelog

6a59a20 Add ability to set 'swaggerignore' on embedded fields (#​779)
366e536 Add operationId uniqueness check (#​732)
542e932 Correct typos in README (#​773)
cbfd47b Don't generate docs for nested structs without fields (#​752)
e769bbe Fix typos in maximum/minimum attributes (#​762)
1889a3a Ignore swag file from root dir only (#​775)
33e4ac3 chore(travis): support go1.15 (#​787)
b712c54 feat: add parse depth flag (#​766)
3ce6eb2 feat: generate formData params via go struct (#​770)
a72dff0 fix README_zh-CN typo (#​744)
01fb318 fix x-logo vendor extension & parse x-codeSamples from files (#​760)
d8893d0 fix: don't generate license field if it's empty (#​768)
940d072 fix: fmt check lint (#​740)
6937d1c fix: honor x-order while sorting query parameters (#​806)
4a18bc9 fix: primitive type of param in body; use const string for type (#​734)
80b6894 fix: replace unsupported and vulnerable satori/go.uuid with gofrs/uuid (#​798)
b28321d parseDepth flag readme (#​769)
1868a02 readme: add absent annotation (#​733)
c5fb1a1 refactor: fix more than one models have the same the from different packages (#​736)
67cb097 refactor: build spec.Schema; parse object in request (#​728)
ec7a5ee stable renaming to fix issue #​745; uncapitalize tow members of parser (#​746)

valyala/fasthttp

v1.26.0

Compare Source

  • 6233fbc Fix header .Add functions (#​1036) (Erik Dubbelboer)
  • 5bb5cfc Remove unused peekRawHeader (Erik Dubbelboer)
  • 7d13e18 Add Request.TLS and try to avoid a new alloc if Request.Header is already allocated (#​1034) (Sergio Andrés Virviescas Santana)
  • b433ecf Make sure to reset the userValues always and at the exact time (#​1027) (Sergio Andrés Virviescas Santana)
  • a18c632 Fix cookie panic (Erik Dubbelboer)
  • f3e4118 Don't recommend Go 1.13 (Erik Dubbelboer)

v1.25.0

Compare Source

  • fa3e5d8 Run test with go 1.16.X (#​1028) (Sergio Andrés Virviescas Santana)
  • ffa0cab Use proper content-type when it is not present (#​1023) (MoreFreeze)
  • 04cde74 feature: add ConvertRequest func (#​1024) (Nícolas Barbosa)
  • 5898006 Upgrade dependencies and tidy (#​1029) (Sergio Andrés Virviescas Santana)
  • 097fa05 Fix ignoreBody still set content length (#​1022) (MoreFreeze)
  • b2f111b Fix(adaptor): Fixed an issue where the adapter did not convert all (#​1021) (Juan Chan)
  • 19fcd40 Fix chunked streaming (#​1015) (Roman Khimov)

v1.24.0

Compare Source

v1.23.0

Compare Source

  • 2a6f7db Adding support for securing error logs (#​1001) (Daniel Firsht)
  • e61c9d5 Improve Client/HostClient pooling when many HostClient structs created and removed during program execution (#​1000) (Mikhail Faraponov)
  • a583006 Use bytes.IndexByte instead of bytes.Index for single byte lookup (#​999) (Mike Faraponov)
  • 860c345 Fix unexpected panic when calling Do of a PipelineClient (#​997) (blanet)
  • 0cd7349 ImmediateHeaderFlush when no body (#​995) (Vladimir Shteinman)
  • 02e0722 Add PipelineClient name (#​994) (kiyon)
  • 1a7995b format err info (#​989) (peakle)
  • f40ea7e Improve socks proxy (#​990) (kiyon)
  • 34fa9a6 Add DisableHeaderNamesNormalizing to PipelineClient (#​991) (kiyon)

v1.22.0

Compare Source


Configuration

📅 Schedule: "on the 15th day of the month" in timezone Asia/Shanghai.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jun 30, 2020

Codecov Report

Merging #57 (666532f) into master (61a1638) will increase coverage by 0.53%.
The diff coverage is n/a.

❗ Current head 666532f differs from pull request most recent head c160b5f. Consider uploading reports for the commit c160b5f to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   29.83%   30.36%   +0.53%     
==========================================
  Files          47       47              
  Lines        1361     1337      -24     
==========================================
  Hits          406      406              
+ Misses        926      902      -24     
  Partials       29       29              
Impacted Files Coverage Δ
pkg/db/ep.go 0.00% <0.00%> (ø)
app/spider/ep.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 61a1638...c160b5f. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update module gofiber/fiber to v1.12.2 chore(deps): update module gofiber/fiber to v1.12.3 Jul 3, 2020
@renovate renovate bot changed the title chore(deps): update module gofiber/fiber to v1.12.3 chore(deps): update deps Jul 28, 2020
@renovate renovate bot force-pushed the renovate/deps branch 5 times, most recently from 457bda5 to 6bacee4 Compare August 16, 2020 11:27
@renovate renovate bot force-pushed the renovate/deps branch 5 times, most recently from 71b83ef to d312737 Compare August 24, 2020 10:13
@renovate renovate bot force-pushed the renovate/deps branch 4 times, most recently from c19281c to 6907a92 Compare September 5, 2020 14:35
@renovate
Copy link
Contributor Author

renovate bot commented Nov 28, 2020

⚠️ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/Trim21/bgm38":"/mnt/renovate/gh/Trim21/bgm38" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/Trim21/bgm38" docker.io/renovate/go:1.14.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: github.com/wcharczuk/go-chart@v2.1.0+incompatible: go.mod has post-v2 module path "github.com/wcharczuk/go-chart/v2" at revision v2.1.0

@renovate
Copy link
Contributor Author

renovate bot commented May 9, 2021

⚠️ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/Trim21/bgm38":"/mnt/renovate/gh/Trim21/bgm38" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w "/mnt/renovate/gh/Trim21/bgm38" docker.io/renovate/go:1.16.3 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: github.com/wcharczuk/go-chart@v2.1.0+incompatible: go.mod has post-v2 module path "github.com/wcharczuk/go-chart/v2" at revision v2.1.0

@renovate
Copy link
Contributor Author

renovate bot commented Jun 6, 2021

⚠ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/Trim21/bgm38":"/mnt/renovate/gh/Trim21/bgm38" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w "/mnt/renovate/gh/Trim21/bgm38" docker.io/renovate/go:1.16.5 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: github.com/wcharczuk/go-chart@v2.1.0+incompatible: go.mod has post-v2 module path "github.com/wcharczuk/go-chart/v2" at revision v2.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants