File: go.mod

package info (click to toggle)
golang-github-harenber-ptc-go 2.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module github.com/harenber/ptc-go/v2

go 1.11

require (
	github.com/albenik/go-serial/v2 v2.5.0
	github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
	github.com/la5nta/wl2k-go v0.7.3
)