forked from readium/readium-lcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 849 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
module github.com/readium/readium-lcp-server
go 1.13
require (
github.com/Machiel/slugify v1.0.1
github.com/abbot/go-http-auth v0.4.0
github.com/aws/aws-sdk-go v1.44.60
github.com/claudiu/gocron v0.0.0-20151103142354-980c96bf412b
github.com/go-sql-driver/mysql v1.6.0
github.com/google/go-cmp v0.5.7 // indirect
github.com/gorilla/mux v1.8.0
github.com/jeffbmartinez/delay v0.0.0-20150608194421-e1b689d78b33
github.com/jtacoma/uritemplates v1.0.0
github.com/lib/pq v1.10.6
github.com/mattn/go-sqlite3 v1.14.14
github.com/microsoft/go-mssqldb v1.3.0
github.com/rickb777/date v1.19.1
github.com/rs/cors v1.8.2
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/slack-go/slack v0.12.3 // indirect
github.com/urfave/negroni v1.0.0
golang.org/x/net v0.17.0
golang.org/x/text v0.13.0
gopkg.in/yaml.v2 v2.4.0
)