File: go.mod

package info (click to toggle)
golang-github-youpy-go-wav 0.3.0%2Bds-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 104 kB
  • sloc: makefile: 6
file content (12 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/youpy/go-wav

go 1.14

require (
	github.com/google/go-cmp v0.5.6 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/stretchr/testify v1.6.1
	github.com/youpy/go-riff v0.0.0-20131220112943-557d78c11efb
	github.com/zaf/g711 v0.0.0-20190814101024-76a4a538f52b
	gotest.tools v2.2.0+incompatible
)