-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 1.24 KB
/
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 ocp-quicklab
go 1.17
require github.com/labstack/echo/v4 v4.6.1
require (
github.com/go-sql-driver/mysql v1.6.0
// github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
// github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/sirupsen/logrus v1.8.1
// github.com/pmezard/go-difflib v1.0.0 // indirect
// github.com/stretchr/objx v0.1.0 // indirect
// github.com/stretchr/testify v1.4.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
// golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
// golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e // indirect
// gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
// gopkg.in/yaml.v2 v2.2.2 // indirect
)