module github.com/CyCoreSystems/cycore-web go 1.14 require ( cloud.google.com/go v0.82.0 // indirect github.com/CyCoreSystems/sendinblue v0.1.1 github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/go-stack/stack v1.8.0 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/google/go-cmp v0.5.6 // indirect github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec github.com/jmoiron/sqlx v1.2.1-0.20181024163419-82935fac6c1a github.com/labstack/echo v3.3.10+incompatible github.com/labstack/echo/v4 v4.1.16 github.com/lib/pq v1.0.1-0.20181016162627-9eb73efc1fcc github.com/valyala/bytebufferpool v1.0.0 // indirect golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect google.golang.org/api v0.47.0 // indirect google.golang.org/genproto v0.0.0-20210524171403-669157292da3 // indirect google.golang.org/grpc v1.38.0 // indirect )