Bump github.com/adrianmo/go-nmea from 1.7.0 to 1.8.0

Bumps [github.com/adrianmo/go-nmea](https://github.com/adrianmo/go-nmea) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/adrianmo/go-nmea/releases)
- [Commits](https://github.com/adrianmo/go-nmea/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/adrianmo/go-nmea
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-06 14:06:47 +00:00 committed by GitHub
parent b28c765e8b
commit 993f6c0e74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.16
require (
github.com/Fishwaldo/go-dcdc200 v0.0.5
github.com/Fishwaldo/go-taskmanager v0.0.1
github.com/adrianmo/go-nmea v1.7.0
github.com/adrianmo/go-nmea v1.8.0
github.com/blang/semver/v4 v4.0.0
github.com/bombsimon/logrusr/v2 v2.0.1
github.com/go-logr/logr v1.2.3

4
go.sum
View file

@ -62,8 +62,8 @@ github.com/Fishwaldo/go-dcdc200 v0.0.5/go.mod h1:vvmZK1o2Vflot5kyAMsxAP/IPNo8W1C
github.com/Fishwaldo/go-taskmanager v0.0.1 h1:ZAHZYVfy1VRZm69VvGjHWeCaVKHHez2gqzqH6UVxJpQ=
github.com/Fishwaldo/go-taskmanager v0.0.1/go.mod h1:Dw/Fi6TnbYFRKpjyylny5VhGMPavgaZiAnU+N5RiGM4=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/adrianmo/go-nmea v1.7.0 h1:ji8IeiuUG+LTpVoUxmLPHr/WuxFvvD2S6lYDfDze5yw=
github.com/adrianmo/go-nmea v1.7.0/go.mod h1:u8bPnpKt/D/5rll/5l9f6iDfeq5WZW0+/SXdkwix6Tg=
github.com/adrianmo/go-nmea v1.8.0 h1:KE6xDTMQNoKoyCb7IQRXGOIbn4WJlUKwIuRD4LbpKlM=
github.com/adrianmo/go-nmea v1.8.0/go.mod h1:u8bPnpKt/D/5rll/5l9f6iDfeq5WZW0+/SXdkwix6Tg=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=