-
Notifications
You must be signed in to change notification settings - Fork 57
/
go.mod
35 lines (32 loc) · 1.14 KB
/
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
28
29
30
31
32
33
34
35
module github.com/readium/readium-lcp-server
go 1.19
require (
github.com/Machiel/slugify v1.0.1
github.com/abbot/go-http-auth v0.4.0
github.com/aws/aws-sdk-go v1.52.5
github.com/claudiu/gocron v0.0.0-20151103142354-980c96bf412b
github.com/go-sql-driver/mysql v1.8.1
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.9
github.com/mattn/go-sqlite3 v1.14.22
github.com/microsoft/go-mssqldb v1.7.1
github.com/rickb777/date v1.20.6
github.com/rs/cors v1.11.0
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/slack-go/slack v0.12.5
github.com/urfave/negroni v1.0.0
golang.org/x/net v0.25.0
golang.org/x/text v0.15.0
gopkg.in/yaml.v2 v2.4.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/rickb777/plural v1.4.1 // indirect
golang.org/x/crypto v0.23.0 // indirect
)