forked from bytebase/bytebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 745 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
module github.com/bytebase/bytebase
go 1.16
require (
github.com/VictoriaMetrics/fastcache v1.6.0
github.com/casbin/casbin/v2 v2.29.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/snappy v0.0.4 // indirect
github.com/google/jsonapi v1.0.0
github.com/google/uuid v1.3.0
github.com/labstack/echo/v4 v4.2.2
github.com/lib/pq v1.10.2
github.com/mattn/go-sqlite3 v1.14.7
github.com/pkg/errors v0.9.1 // indirect
github.com/qiangmzsx/string-adapter/v2 v2.1.0
github.com/spf13/cobra v1.2.0
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)