File: go.mod

package info (click to toggle)
golang-github-darkhz-mpvipc 0.0~git20231124.eb73ba4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: sh: 6; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
module github.com/darkhz/mpvipc

go 1.17

require gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce

require github.com/ugorji/go/codec v1.2.11