-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (40 loc) · 1.65 KB
/
Copy pathgo.mod
File metadata and controls
42 lines (40 loc) · 1.65 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
module github.com/hitokoto-osc/Vive
go 1.14
require (
github.com/adjust/rmq v1.0.0 // indirect
github.com/adjust/uniuri v0.0.0-20130923163420-498743145e60 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/requestid v0.0.1
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/go-resty/resty/v2 v2.3.0
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/json-iterator/go v1.1.10
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mgechev/revive v1.0.2 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/thinkerou/favicon v0.1.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/redis.v3 v3.6.4 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)