forked from teohrt/cruddyAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 825 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
module github.com/teohrt/cruddyAPI
go 1.12
require (
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/apex/gateway v1.1.1
github.com/aws/aws-lambda-go v1.13.0 // indirect
github.com/aws/aws-sdk-go v1.23.7
github.com/aws/aws-xray-sdk-go v0.9.4
github.com/caarlos0/env v3.5.0+incompatible
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/rs/zerolog v1.15.0
github.com/stretchr/testify v1.4.0
github.com/tj/assert v0.0.0-20171129193455-018094318fb0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
)