-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathgo.mod
27 lines (24 loc) · 958 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
module github.com/bincooo/claude-api
go 1.21.6
require (
github.com/bincooo/emit.io v1.0.1-0.20240918104917-7aa3711f2559
github.com/bogdanfinn/tls-client v1.7.7
github.com/google/uuid v1.6.0
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/RomiChan/websocket v1.4.3-0.20220227141055-9b2c6168c9c5 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/bogdanfinn/fhttp v0.5.28 // indirect
github.com/bogdanfinn/utls v1.6.1 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/quic-go/quic-go v0.42.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
)