-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 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 teamup
go 1.13
require (
github.com/a-urth/go-bindata v0.0.0-20180209162145-df38da164efc // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/emirpasic/gods v1.12.0
github.com/gin-gonic/gin v1.6.2
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/protobuf v1.4.0
github.com/guregu/null v3.4.0+incompatible
github.com/jinzhu/gorm v1.9.12
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/labstack/echo/v4 v4.1.16 // indirect
github.com/lib/pq v1.4.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/micro/go-micro/v2 v2.5.0
github.com/micro/micro/v2 v2.5.0 // indirect
github.com/micro/protobuf v0.0.0-20180321161605-ebd3be6d4fdb // indirect
github.com/rakyll/statik v0.1.7
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/smallnest/gen v0.0.0-20200426062736-d6ecff2dc456
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
google.golang.org/appengine v1.6.6 // indirect
)