File: go.mod

package info (click to toggle)
golang-github-anacrolix-ffprobe 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/anacrolix/ffprobe

go 1.12

require (
	github.com/anacrolix/envpprof v1.0.0
	github.com/anacrolix/missinggo v1.1.0
	github.com/stretchr/testify v1.3.0
)