forked from readium/readium-lcp-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (23 loc) · 896 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
module github.com/readium/readium-lcp-server
go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Machiel/slugify v1.0.1
github.com/abbot/go-http-auth v0.4.0
github.com/aws/aws-sdk-go v1.29.16
github.com/claudiu/gocron v0.0.0-20151103142354-980c96bf412b
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/mux v1.7.4
github.com/jeffbmartinez/delay v0.0.0-20150608194421-e1b689d78b33
github.com/lib/pq v1.10.4
github.com/mattn/go-sqlite3 v1.10.0
github.com/nicksnyder/go-i18n v1.10.1
github.com/rickb777/date v1.12.4
github.com/rs/cors v1.7.0
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/technoweenie/grohl v0.0.0-20140924204239-f4613feb389e
github.com/urfave/negroni v1.0.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
gopkg.in/yaml.v2 v2.2.8
)