segmento/go.mod

12 lines
284 B
Modula-2

module segmento
go 1.14
require (
github.com/aws/aws-sdk-go v1.33.3 // indirect
github.com/stretchr/testify v1.6.1
github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/text v0.3.3 // indirect
)