-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
30 lines (28 loc) · 1020 Bytes
/
go.mod
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
module github.com/dubbogo/pixiu-admin
go 1.15
require (
github.com/apache/dubbo-go-pixiu v0.0.0-20220214050020-3f4672f272f1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dubbogo/dubbo-go-pixiu-filter v0.1.5
github.com/dubbogo/gost v1.11.22
github.com/envoyproxy/go-control-plane v0.10.1
github.com/fsnotify/fsnotify v1.5.1
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/gin-gonic/gin v1.7.4
github.com/go-sql-driver/mysql v1.5.0
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/swaggo/gin-swagger v1.3.3
github.com/swaggo/swag v1.7.4
go.etcd.io/etcd/client/v3 v3.5.0
go.uber.org/zap v1.19.1
google.golang.org/grpc v1.43.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
gorm.io/gorm v1.22.3
v.marlon.life/toolkit v0.0.0-20211025131614-e4a91730b4ab
)