Skip to content

Commit

Permalink
Bump github.com/stratoberry/go-gpsd in /gps_collector (#10)
Browse files Browse the repository at this point in the history
Bumps [github.com/stratoberry/go-gpsd](https://github.com/stratoberry/go-gpsd) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/stratoberry/go-gpsd/releases)
- [Commits](stratoberry/go-gpsd@v1.2.0...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent f9b0c18 commit 2676da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gps_collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/gofrs/flock v0.8.1 // indirect
github.com/joncrlsn/dque v0.0.0-20211108142734-c2ef48c5192a
github.com/stratoberry/go-gpsd v1.2.0
github.com/stratoberry/go-gpsd v1.3.0
golang.org/x/sys v0.13.0 // indirect
)

Expand Down
4 changes: 2 additions & 2 deletions gps_collector/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/stratoberry/go-gpsd v1.2.0 h1:Ia0TUd5eIUgLl7/MFFWnAa6e42ACrJt18MR7+HRNV9A=
github.com/stratoberry/go-gpsd v1.2.0/go.mod h1:nVf/vTgfYxOMxiQdy9BtJjojbFRtG8H3wNula++VgkU=
github.com/stratoberry/go-gpsd v1.3.0 h1:JxJOEC4SgD0QY65AE7B1CtJtweP73nqJghZeLNU9J+c=
github.com/stratoberry/go-gpsd v1.3.0/go.mod h1:nVf/vTgfYxOMxiQdy9BtJjojbFRtG8H3wNula++VgkU=
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
Expand Down

0 comments on commit 2676da6

Please sign in to comment.