-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (31 loc) · 1.27 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
31
32
33
module github.com/pocockn/recs-api
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/ajg/form v1.5.1 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gavv/httpexpect v2.0.0+incompatible // indirect
github.com/golang/mock v1.4.3
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/martian v2.1.0+incompatible
github.com/gorilla/websocket v1.4.2 // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jinzhu/gorm v1.9.8
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.1.5
github.com/labstack/gommon v0.2.8
github.com/moul/http2curl v1.0.0 // indirect
github.com/pkg/errors v0.8.0
github.com/pocockn/awswrappers v0.0.0-20190604072748-a1628bbacc94
github.com/pocockn/models v0.6.0
github.com/satori/go.uuid v1.2.0
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/stretchr/testify v1.4.0
github.com/valyala/fasthttp v1.9.0 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 // indirect
)