-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.06 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
module github.com/kelwing/magiccap-api
go 1.12
require (
github.com/Masterminds/semver v1.5.0
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538 // indirect
github.com/digitalocean/godo v1.22.0
github.com/google/uuid v1.1.1
github.com/jinzhu/gorm v1.9.11
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.1.10
github.com/lib/pq v1.2.0 // indirect
github.com/minio/minio-go/v6 v6.0.37
github.com/stretchr/objx v0.2.0 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190926180335-cea2066c6411 // indirect
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190926180325-855e68c8590b // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190926165942-a8d5d34286bd // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)