sanbo1200 commited on
Commit
2e7405c
·
verified ·
1 Parent(s): 4b61346

Delete go.mod

Browse files
Files changed (1) hide show
  1. go.mod +0 -55
go.mod DELETED
@@ -1,55 +0,0 @@
1
- module aurora
2
-
3
- go 1.21
4
-
5
- require (
6
- github.com/EDDYCJY/fake-useragent v0.2.0
7
- github.com/acheong08/endless v0.0.0-20230615162514-90545c7793fd
8
- github.com/bogdanfinn/fhttp v0.5.28
9
- github.com/bogdanfinn/tls-client v1.7.2
10
- github.com/gin-gonic/gin v1.10.0
11
- github.com/go-resty/resty/v2 v2.14.0
12
- github.com/joho/godotenv v1.5.1
13
- github.com/pkoukk/tiktoken-go v0.1.7
14
- )
15
-
16
- require (
17
- github.com/PuerkitoBio/goquery v1.9.2 // indirect
18
- github.com/andybalholm/brotli v1.1.0 // indirect
19
- github.com/andybalholm/cascadia v1.3.2 // indirect
20
- github.com/bogdanfinn/utls v1.6.1 // indirect
21
- github.com/bytedance/sonic v1.12.1 // indirect
22
- github.com/bytedance/sonic/loader v0.2.0 // indirect
23
- github.com/cloudflare/circl v1.3.9 // indirect
24
- github.com/cloudwego/base64x v0.1.4 // indirect
25
- github.com/cloudwego/iasm v0.2.0 // indirect
26
- github.com/dlclark/regexp2 v1.11.4 // indirect
27
- github.com/gabriel-vasile/mimetype v1.4.5 // indirect
28
- github.com/gin-contrib/sse v0.1.0 // indirect
29
- github.com/go-playground/locales v0.14.1 // indirect
30
- github.com/go-playground/universal-translator v0.18.1 // indirect
31
- github.com/go-playground/validator/v10 v10.22.0 // indirect
32
- github.com/goccy/go-json v0.10.3 // indirect
33
- github.com/google/uuid v1.6.0 // indirect
34
- github.com/json-iterator/go v1.1.12 // indirect
35
- github.com/klauspost/compress v1.17.0 // indirect
36
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
37
- github.com/kr/text v0.2.0 // indirect
38
- github.com/leodido/go-urn v1.4.0 // indirect
39
- github.com/mattn/go-isatty v0.0.20 // indirect
40
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
41
- github.com/modern-go/reflect2 v1.0.2 // indirect
42
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
43
- github.com/quic-go/quic-go v0.37.4 // indirect
44
- github.com/rogpeppe/go-internal v1.12.0 // indirect
45
- github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
46
- github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
47
- github.com/ugorji/go/codec v1.2.12 // indirect
48
- golang.org/x/arch v0.9.0 // indirect
49
- golang.org/x/crypto v0.26.0 // indirect
50
- golang.org/x/net v0.28.0 // indirect
51
- golang.org/x/sys v0.24.0 // indirect
52
- golang.org/x/text v0.17.0 // indirect
53
- google.golang.org/protobuf v1.34.2 // indirect
54
- gopkg.in/yaml.v3 v3.0.1 // indirect
55
- )