danopstech / speedtest_exporter

🏎️ Prometheus exporter that runs speedtest and exposes results
GNU General Public License v3.0
52 stars 19 forks source link

Bump github.com/showwin/speedtest-go from 1.1.3 to 1.3.0 #67

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/showwin/speedtest-go from 1.1.3 to 1.3.0.

Release notes

Sourced from github.com/showwin/speedtest-go's releases.

v1.3.0

Changelog

  • 6baf9c5 Merge pull request #83 from rtrox/rtrox/enable_arm64
  • 6b57ad2 Merge pull request #84 from rtrox/rtrox/header-fix
  • 69c895f Merge pull request #85 from showwin/fix_docs
  • 6967f21 Merge pull request #86 from showwin/release/v1.3.0
  • 369342f Merge pull request #87 from showwin/fix_golangci_lint_error
  • 4450e29 Release v1.3.0
  • 5cbab8a [fix] Ignore windows/arm64 pair to re-enable linux/arm64 releases
  • 537df3a evaluate the last code
  • 5c0ffd2 set custom user-agent on all requests
  • fc77a49 update the way to release new version

v1.2.1

Changelog

  • 014e6b4 Add User-Agent to http request to avoid request error in some cases.
  • 076b0b3 Add link
  • 66933e1 Merge pull request #78 from showwin/contributors
  • 1f33fd0 Merge pull request #80 from mikaelpeltier/Fix-Fetch-User-Info
  • 00d65f7 Merge pull request #81 from showwin/showwin/disable_arm64
  • ca1db42 Merge pull request #82 from showwin/release/v1.2.1
  • 89910e5 Release v1.2.1
  • 170a184 Stop updating contributors
  • ce4164f disable arm64 build temporally

v1.1.5

Changelog

  • a1f1d5b Add Speedtest struct which contains the global variables used
  • cf8e53c Fix usage of client in request scope
  • d93c6af Fix use client instead global
  • 62ea24d Merge branch 'master' into fix-server-list
  • 4e10a07 Merge pull request #62 from proxymo-network/custom-client-support
  • 338c9e0 Merge pull request #63 from redradrat/fix-server-list
  • db677c8 Merge pull request #65 from showwin/fix/conflict
  • dafff30 Merge pull request #66 from showwin/fix_minus_speed
  • 9c416ae Merge pull request #67 from showwin/release/v1.1.5
  • 6a19ccb Release v1.1.5
  • a1cbe6a Use time.Second instead of hardcoded nanosecond values
  • ea558f7 adjust tests and Stringer
  • dc761f5 fix conflict from #62 and #63
  • f29b701 fix: speed value can be minus if the bandwidth is large
  • 83b44c5 use /api/js endpoint as new primary endpoint for server list fetching

v1.1.4

Changelog

8b3b4d3 Alter exposed functions that take contexts so that their signature matches the context-less versions, as the previous versions could not be called easily. bc0d679 Merge pull request #53 from showwin/add/distance_test fc7034b Merge pull request #56 from juev/master 5462603 Merge pull request #58 from euantorano/master

... (truncated)

Commits
  • 6967f21 Merge pull request #86 from showwin/release/v1.3.0
  • 4450e29 Release v1.3.0
  • 369342f Merge pull request #87 from showwin/fix_golangci_lint_error
  • 537df3a evaluate the last code
  • 69c895f Merge pull request #85 from showwin/fix_docs
  • fc77a49 update the way to release new version
  • 6b57ad2 Merge pull request #84 from rtrox/rtrox/header-fix
  • 6baf9c5 Merge pull request #83 from rtrox/rtrox/enable_arm64
  • 5c0ffd2 set custom user-agent on all requests
  • 5cbab8a [fix] Ignore windows/arm64 pair to re-enable linux/arm64 releases
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #69.