forked from MZC-CSC/cb-webtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 968 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
module github.com/cloud-barista/cb-webtool
go 1.16
require (
// github.com/davecgh/go-spew v1.1.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/foolin/echo-template v0.0.0-20190415034849-543a88245eec
github.com/go-session/echo-session v3.0.0+incompatible
github.com/go-session/session v3.1.2+incompatible // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/labstack/echo v3.3.10+incompatible
// github.com/labstack/echo/v4 v4.5.0
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
golang.org/x/text v0.3.6 // indirect
)