-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
42 lines (39 loc) · 1.48 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/igolaizola/igogpt
go 1.19
require (
github.com/Danny-Dasilva/fhttp v0.0.0-20220524230104-f801520157d6
github.com/Danny-Dasilva/utls v0.0.0-20220604023528-30cb107b834e
github.com/JohannesKaufmann/html-to-markdown v1.4.0
github.com/PuerkitoBio/goquery v1.8.1
github.com/PullRequestInc/go-gpt3 v1.1.15
github.com/chromedp/cdproto v0.0.0-20230413093208-7497fc11fc57
github.com/chromedp/chromedp v0.9.1
github.com/dsnet/compress v0.0.1
github.com/go-rod/stealth v0.4.8
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/pavel-one/EdgeGPT-Go v1.2.0
github.com/peterbourgon/ff/v3 v3.3.0
github.com/tiktoken-go/tokenizer v0.1.0
golang.org/x/net v0.9.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/dlclark/regexp2 v1.9.0 // indirect
github.com/go-rod/rod v0.112.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/ysmood/goob v0.4.0 // indirect
github.com/ysmood/gson v0.7.1 // indirect
github.com/ysmood/leakless v0.8.0 // indirect
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
)