danopstech / speedtest_exporter

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

Bump github.com/showwin/speedtest-go from 1.1.3 to 1.2.0 #64

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

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 a83af84 Merge pull request #59 from showwin/release/v1.1.4 79aed63 Release v1.1.4 a5a4a3e [-] os.Exit is redundant ea0fdd8 add more test

Commits
  • bd137ea Merge pull request #77 from showwin/release/v1.2.0
  • 5c32670 Release v1.2.0
  • 9326938 Merge pull request #76 from showwin/better_documentation
  • edc5365 Update GitHub action versions
  • b043c3f better documentation
  • d356f25 Merge pull request #69 from r3inbowari/add/virtual_location
  • ff71bd1 Merge branch 'master' into add/virtual_location
  • c9dd859 Merge pull request #75 from mystuffs/master
  • 90480d2 fix: change ioutil.Discard to io.Discard
  • 4800c78 Merge pull request #71 from cgb/patch-1
  • 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 2 years ago

Superseded by #65.