-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (23 loc) · 902 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
24
25
26
27
28
module github.com/andrewslotin/youcast
// +heroku goVersion go1.16
go 1.22
toolchain go1.23.3
require (
github.com/boltdb/bolt v1.3.1
github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
github.com/eduncan911/podcast v1.4.2
github.com/go-telegram-bot-api/telegram-bot-api v1.0.1-0.20201020035208-b6df6c273aa8
github.com/kkdai/youtube/v2 v2.10.1
)
require (
github.com/bitly/go-simplejson v0.5.1 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20241101162523-b92577c0c142 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.20.0 // indirect
)