Codebase list golang-github-anacrolix-ffprobe / e6c6b1be-96ae-44ae-bcef-24d87d1798d1/main go.mod
e6c6b1be-96ae-44ae-bcef-24d87d1798d1/main

Tree @e6c6b1be-96ae-44ae-bcef-24d87d1798d1/main (Download .tar.gz)

go.mod @e6c6b1be-96ae-44ae-bcef-24d87d1798d1/mainraw · history · blame

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
)