-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (35 loc) · 1.36 KB
/
Copy pathgo.mod
File metadata and controls
38 lines (35 loc) · 1.36 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
29
30
31
32
33
34
35
36
37
38
module github.com/Mag1cFall/AIStudio2API
go 1.26.0
require (
github.com/bogdanfinn/fhttp v0.6.8
github.com/bogdanfinn/tls-client v1.15.1
github.com/bogdanfinn/utls v1.7.7-barnius
github.com/brainplusplus/go-browserforge v0.1.0
github.com/eliben/go-sentencepiece v0.7.0
github.com/gofrs/flock v0.13.0
github.com/gorilla/websocket v1.5.3
golang.org/x/net v0.58.0
golang.org/x/sys v0.47.0
modernc.org/sqlite v1.57.0
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/bdandy/go-errors v1.2.2 // indirect
github.com/bdandy/go-socks4 v1.2.3 // indirect
github.com/bogdanfinn/quic-go-utls v1.0.9-utls // indirect
github.com/bogdanfinn/websocket v1.5.5-barnius // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/text v0.41.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
modernc.org/libc v1.74.4 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)