Codebase list golang-github-anacrolix-dms / upstream/1.3.0+git20211108.1.980b2c6 go.mod
upstream/1.3.0+git20211108.1.980b2c6

Tree @upstream/1.3.0+git20211108.1.980b2c6 (Download .tar.gz)

go.mod @upstream/1.3.0+git20211108.1.980b2c6raw · history · blame

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-20210415231046-e915ea6b2b7d
	golang.org/x/sys v0.0.0-20210415045647-66c3f260301c
)