coo7 commited on
Commit
0defea0
·
verified ·
1 Parent(s): f6c3932

Update go.mod

Browse files
Files changed (1) hide show
  1. go.mod +14 -12
go.mod CHANGED
@@ -1,14 +1,16 @@
1
  module monica-proxy
2
 
3
- go 1.23
 
 
4
 
5
  require (
6
- github.com/bytedance/sonic v1.12.8
7
  github.com/go-resty/resty/v2 v2.16.5
8
  github.com/google/uuid v1.6.0
9
  github.com/labstack/echo/v4 v4.13.3
10
- github.com/samber/lo v1.49.0
11
- github.com/sashabaranov/go-openai v1.36.1
12
  )
13
 
14
  require github.com/cespare/xxhash/v2 v2.3.0
@@ -17,17 +19,17 @@ require (
17
  github.com/bytedance/sonic/loader v0.2.3 // indirect
18
  github.com/cloudwego/base64x v0.1.5 // indirect
19
  github.com/joho/godotenv v1.5.1
20
- github.com/klauspost/cpuid/v2 v2.2.9 // indirect
21
  github.com/labstack/gommon v0.4.2 // indirect
22
  github.com/mattn/go-colorable v0.1.14 // indirect
23
  github.com/mattn/go-isatty v0.0.20 // indirect
24
  github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
25
  github.com/valyala/bytebufferpool v1.0.0 // indirect
26
  github.com/valyala/fasttemplate v1.2.2 // indirect
27
- golang.org/x/arch v0.13.0 // indirect
28
- golang.org/x/crypto v0.32.0 // indirect
29
- golang.org/x/net v0.34.0 // indirect
30
- golang.org/x/sys v0.29.0 // indirect
31
- golang.org/x/text v0.21.0 // indirect
32
- golang.org/x/time v0.9.0 // indirect
33
- )
 
1
  module monica-proxy
2
 
3
+ go 1.24
4
+
5
+ toolchain go1.24.0
6
 
7
  require (
8
+ github.com/bytedance/sonic v1.12.9
9
  github.com/go-resty/resty/v2 v2.16.5
10
  github.com/google/uuid v1.6.0
11
  github.com/labstack/echo/v4 v4.13.3
12
+ github.com/samber/lo v1.49.1
13
+ github.com/sashabaranov/go-openai v1.37.0
14
  )
15
 
16
  require github.com/cespare/xxhash/v2 v2.3.0
 
19
  github.com/bytedance/sonic/loader v0.2.3 // indirect
20
  github.com/cloudwego/base64x v0.1.5 // indirect
21
  github.com/joho/godotenv v1.5.1
22
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
23
  github.com/labstack/gommon v0.4.2 // indirect
24
  github.com/mattn/go-colorable v0.1.14 // indirect
25
  github.com/mattn/go-isatty v0.0.20 // indirect
26
  github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
27
  github.com/valyala/bytebufferpool v1.0.0 // indirect
28
  github.com/valyala/fasttemplate v1.2.2 // indirect
29
+ golang.org/x/arch v0.14.0 // indirect
30
+ golang.org/x/crypto v0.35.0 // indirect
31
+ golang.org/x/net v0.35.0 // indirect
32
+ golang.org/x/sys v0.30.0 // indirect
33
+ golang.org/x/text v0.22.0 // indirect
34
+ golang.org/x/time v0.10.0 // indirect
35
+ )