-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 938 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/xiorcale/rubus-api
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-pg/pg/v9 v9.1.6
github.com/go-pg/urlstruct v0.4.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.1.16
github.com/segmentio/encoding v0.1.12 // indirect
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.6.3
github.com/vmihailenco/bufpool v0.1.11 // indirect
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/net v0.0.0-20200519113804-d87ec0cfa476 // indirect
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
golang.org/x/tools v0.0.0-20200610052024-8d7dbee4c8ae // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/ini.v1 v1.56.0
)