-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 901 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/chikulla/nhkpod
go 1.18
require (
github.com/aws/aws-sdk-go v1.38.20 // indirect
github.com/bogem/id3v2 v1.2.0 // indirect
github.com/canhlinh/hlsdl v0.0.0-20210810121645-29f1ce6d3208 // indirect
github.com/eduncan911/podcast v1.4.2 // indirect
github.com/go-co-op/gocron v1.13.0 // indirect
github.com/grafov/m3u8 v0.11.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/u2takey/ffmpeg-go v0.4.1 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)