@@ -3,12 +3,16 @@ module pure
3
3
go 1.19
4
4
5
5
require (
6
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
7
+ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
6
8
github.com/gin-contrib/sse v0.1.0 // indirect
7
9
github.com/go-playground/locales v0.14.0 // indirect
8
10
github.com/go-playground/universal-translator v0.18.0 // indirect
9
11
github.com/go-playground/validator/v10 v10.10.0 // indirect
12
+ github.com/go-redis/redis/v8 v8.11.4 // indirect
10
13
github.com/goccy/go-json v0.9.7 // indirect
11
14
github.com/golang/protobuf v1.5.2 // indirect
15
+ github.com/jellydator/ttlcache/v2 v2.11.1 // indirect
12
16
github.com/json-iterator/go v1.1.12 // indirect
13
17
github.com/leodido/go-urn v1.2.1 // indirect
14
18
github.com/mattn/go-isatty v0.0.14 // indirect
@@ -19,15 +23,18 @@ require (
19
23
github.com/ugorji/go/codec v1.2.7 // indirect
20
24
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
21
25
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
26
+ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
22
27
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
23
28
golang.org/x/text v0.3.7 // indirect
24
29
google.golang.org/appengine v1.6.7 // indirect
25
30
google.golang.org/protobuf v1.28.0 // indirect
26
- gopkg.in/yaml.v2 v2.4.0 // indirect
27
31
)
28
32
29
33
require (
34
+ github.com/chenyahui/gin-cache v1.7.1
30
35
github.com/gin-gonic/gin v1.8.1
36
+ github.com/gorilla/feeds v1.1.1
31
37
github.com/shurcooL/githubv4 v0.0.0-20220922232305-70b4d362a8cb
32
38
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
39
+ gopkg.in/yaml.v2 v2.4.0
33
40
)
0 commit comments