File: go.mod

package info (click to toggle)
golang-github-adrianmo-go-nmea 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 900 kB
  • sloc: makefile: 15
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
module github.com/adrianmo/go-nmea

go 1.14

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.5.1
)