-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (38 loc) · 1.37 KB
/
go.mod
File metadata and controls
42 lines (38 loc) · 1.37 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
34
35
36
37
38
39
40
41
42
module github.com/readium/readium-lcp-server
go 1.24.0
toolchain go1.24.5
require (
github.com/Machiel/slugify v1.0.1
github.com/abbot/go-http-auth v0.4.0
github.com/aws/aws-sdk-go v1.55.8
github.com/claudiu/gocron v0.0.0-20151103142354-980c96bf412b
github.com/gen2brain/go-fitz v1.24.15
github.com/go-sql-driver/mysql v1.9.3
github.com/gorilla/mux v1.8.1
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.32
github.com/microsoft/go-mssqldb v1.9.3
github.com/rickb777/date v1.21.1
github.com/rs/cors v1.11.1
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/slack-go/slack v0.17.3
github.com/urfave/negroni v1.0.0
golang.org/x/net v0.47.0
golang.org/x/text v0.31.0
gopkg.in/yaml.v2 v2.4.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/ebitengine/purego v0.8.4 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jupiterrider/ffi v0.5.0 // indirect
github.com/rickb777/plural v1.4.4 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
)