This repository was archived by the owner on May 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (31 loc) · 1.34 KB
/
Copy pathgo.mod
File metadata and controls
33 lines (31 loc) · 1.34 KB
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/dominik-zeglen/inkster
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/aws/aws-sdk-go v1.23.7
github.com/bradleyjkemp/cupaloy v2.0.0+incompatible
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-pg/migrations v0.0.0-20181124120959-5160c21cd64c
github.com/go-pg/pg v6.15.1+incompatible
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-testfixtures/testfixtures v2.5.1+incompatible
github.com/google/uuid v1.1.1
github.com/gosimple/slug v1.1.1
github.com/graph-gophers/graphql-go v0.0.0-20180411221916-9ebf33af539a
github.com/imdario/mergo v0.3.7
github.com/joho/godotenv v1.3.0 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/lib/pq v1.0.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/opentracing/opentracing-go v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/rs/cors v1.6.0
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
gopkg.in/go-playground/validator.v9 v9.21.0
gopkg.in/urfave/cli.v1 v1.20.0
)