File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.9.1
7
+ github.com/patrickmn/go-cache v2.1.0+incompatible
7
8
github.com/playwright-community/playwright-go v0.4201.1
8
9
)
9
10
@@ -26,15 +27,14 @@ require (
26
27
github.com/mattn/go-isatty v0.0.19 // indirect
27
28
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
28
29
github.com/modern-go/reflect2 v1.0.2 // indirect
29
- github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
30
30
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
31
31
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
32
32
github.com/ugorji/go/codec v1.2.11 // indirect
33
33
go.uber.org/multierr v1.11.0 // indirect
34
34
golang.org/x/arch v0.3.0 // indirect
35
35
golang.org/x/crypto v0.22.0 // indirect
36
36
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
37
- golang.org/x/net v0.21 .0 // indirect
37
+ golang.org/x/net v0.23 .0 // indirect
38
38
golang.org/x/sys v0.19.0 // indirect
39
39
golang.org/x/text v0.14.0 // indirect
40
40
google.golang.org/protobuf v1.33.0 // indirect
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v
94
94
golang.org/x/net v0.0.0-20220722155237-a158d28d115b /go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c =
95
95
golang.org/x/net v0.6.0 /go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs =
96
96
golang.org/x/net v0.10.0 /go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg =
97
- golang.org/x/net v0.21 .0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4 =
98
- golang.org/x/net v0.21 .0 /go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44 =
97
+ golang.org/x/net v0.23 .0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs =
98
+ golang.org/x/net v0.23 .0 /go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg =
99
99
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
100
100
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
101
101
golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments