github.com/readium/readium-lcp-server@v0.0.0-20240101192032-6e95190e99f1/go.mod (about) 1 module github.com/readium/readium-lcp-server 2 3 go 1.13 4 5 require ( 6 github.com/Machiel/slugify v1.0.1 7 github.com/abbot/go-http-auth v0.4.0 8 github.com/aws/aws-sdk-go v1.44.60 9 github.com/claudiu/gocron v0.0.0-20151103142354-980c96bf412b 10 github.com/go-sql-driver/mysql v1.6.0 11 github.com/google/go-cmp v0.5.7 // indirect 12 github.com/gorilla/mux v1.8.0 13 github.com/jeffbmartinez/delay v0.0.0-20150608194421-e1b689d78b33 14 github.com/jtacoma/uritemplates v1.0.0 15 github.com/lib/pq v1.10.6 16 github.com/mattn/go-sqlite3 v1.14.14 17 github.com/microsoft/go-mssqldb v1.3.0 18 github.com/rickb777/date v1.19.1 19 github.com/rs/cors v1.8.2 20 github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b 21 github.com/slack-go/slack v0.12.3 // indirect 22 github.com/urfave/negroni v1.0.0 23 golang.org/x/net v0.17.0 24 golang.org/x/text v0.13.0 25 gopkg.in/yaml.v2 v2.4.0 26 )