-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
27 lines (25 loc) · 889 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
25
26
27
module github.com/threeaccents/mahi
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/asdine/storm/v3 v3.2.0
github.com/aws/aws-sdk-go v1.33.0
github.com/fatih/color v1.9.0
github.com/gabriel-vasile/mimetype v1.1.0
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.7.4
github.com/gorilla/schema v1.1.0
github.com/gosimple/slug v1.9.0
github.com/jackc/pgconn v1.5.0
github.com/jackc/pgx/v4 v4.6.0
github.com/jinzhu/now v1.1.1
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.18.0
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/h2non/bimg.v1 v1.0.19
syreclabs.com/go/faker v1.2.2
)