File: go.mod

package info (click to toggle)
golang-github-anacrolix-dms 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 472 kB
  • sloc: xml: 19; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/anacrolix/dms

go 1.12

require (
	github.com/anacrolix/ffprobe v1.0.0
	github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
	golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2
	golang.org/x/sys v0.0.0-20190415145633-3fd5a3612ccd
)