Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
46 lines (43 loc) · 1.95 KB
/
Copy pathgo.mod
File metadata and controls
46 lines (43 loc) · 1.95 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
modulegithub.com/bubble-diff/bubblediff
go1.17
require (
github.com/appleboy/gin-jwt/v2v2.8.0
github.com/gin-gonic/ginv1.7.7
github.com/go-redis/redis/v8v8.11.4
github.com/tencentyun/cos-go-sdk-v5v0.7.34
go.mongodb.org/mongo-driverv1.8.3
)
require (
github.com/cespare/xxhash/v2v2.1.2// indirect
github.com/clbanning/mxjv1.8.4// indirect
github.com/dgryski/go-rendezvousv0.0.0-20200823014737-9f7001d12a5f// indirect
github.com/gin-contrib/ssev0.1.0// indirect
github.com/go-playground/localesv0.13.0// indirect
github.com/go-playground/universal-translatorv0.17.0// indirect
github.com/go-playground/validator/v10v10.4.1// indirect
github.com/go-stack/stackv1.8.0// indirect
github.com/golang-jwt/jwt/v4v4.2.0// indirect
github.com/golang/protobufv1.5.2// indirect
github.com/golang/snappyv0.0.1// indirect
github.com/google/go-querystringv1.0.0// indirect
github.com/json-iterator/gov1.1.9// indirect
github.com/klauspost/compressv1.13.6// indirect
github.com/leodido/go-urnv1.2.0// indirect
github.com/mattn/go-isattyv0.0.12// indirect
github.com/mitchellh/mapstructurev1.4.3// indirect
github.com/modern-go/concurrentv0.0.0-20180228061459-e0a39a4cb421// indirect
github.com/modern-go/reflect2v0.0.0-20180701023420-4b7aa43c6742// indirect
github.com/mozillazg/go-httpheaderv0.2.1// indirect
github.com/pkg/errorsv0.9.1// indirect
github.com/ugorji/go/codecv1.1.7// indirect
github.com/xdg-go/pbkdf2v1.0.0// indirect
github.com/xdg-go/scramv1.0.2// indirect
github.com/xdg-go/stringprepv1.0.2// indirect
github.com/youmark/pkcs8v0.0.0-20181117223130-1be2e3e5546d// indirect
golang.org/x/cryptov0.0.0-20201216223049-8b5274cf687f// indirect
golang.org/x/syncv0.0.0-20201020160332-67f06af15bc9// indirect
golang.org/x/sysv0.0.0-20210423082822-04245dca01da// indirect
golang.org/x/textv0.3.6// indirect
google.golang.org/protobufv1.26.0// indirect
gopkg.in/yaml.v2v2.4.0// indirect
)