-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 905 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
module github.com/jasonpenny/tubetoplex
go 1.22
require (
github.com/jasonpenny/goydl v0.0.0-20230712202240-3472bee55843
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-sqlite3 v1.14.22
github.com/mmcdole/gofeed v1.3.0
github.com/tumblr/tumblr.go v0.0.0-20180723171040-bee428571a20
github.com/tumblr/tumblrclient.go v0.0.0-20180617120319-70fe57924421
)
require (
github.com/BrianAllred/goydl v0.0.0-20200922193158-6eeb623d0fe8 // indirect
github.com/PuerkitoBio/goquery v1.9.1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/dghubble/oauth1 v0.7.3 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mmcdole/goxpp v1.1.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/text v0.14.0 // indirect
)