mirror of
https://github.com/Fishwaldo/CarTracker.git
synced 2025-03-15 11:21:46 +00:00
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
711 B
Modula-2
22 lines
711 B
Modula-2
module github.com/Fishwaldo/CarTracker
|
|
|
|
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/blang/semver/v4 v4.0.0
|
|
github.com/bombsimon/logrusr/v2 v2.0.1
|
|
github.com/go-logr/logr v1.2.3
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4
|
|
github.com/labstack/echo/v4 v4.7.2
|
|
github.com/nats-io/nats-server/v2 v2.6.1 // indirect
|
|
github.com/nats-io/nats.go v1.16.0
|
|
github.com/sasha-s/go-deadlock v0.3.1
|
|
github.com/shirou/gopsutil/v3 v3.22.6
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/viper v1.12.0
|
|
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
|
|
)
|