-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 1.02 KB
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 1.02 KB
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/jasonpenny/tubetoplex
go 1.26
require (
github.com/jasonpenny/goydl v0.0.0-20230712202240-3472bee55843
github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-sqlite3 v1.14.47
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.12.0 // indirect
github.com/andybalholm/cascadia v1.3.4 // indirect
github.com/dghubble/oauth1 v0.7.3 // indirect
github.com/go-sql-driver/mysql v1.10.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/lib/pq v1.12.3 // indirect
github.com/mmcdole/goxpp v1.3.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/text v0.39.0 // indirect
)