github.com/readium/readium-lcp-server@v0.0.0-20240509124024-799e77a0bbd6/go.mod (about)

     1  module github.com/readium/readium-lcp-server
     2  
     3  go 1.19
     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.52.5
     9  	github.com/claudiu/gocron v0.0.0-20151103142354-980c96bf412b
    10  	github.com/go-sql-driver/mysql v1.8.1
    11  	github.com/gorilla/mux v1.8.0
    12  	github.com/jeffbmartinez/delay v0.0.0-20150608194421-e1b689d78b33
    13  	github.com/jtacoma/uritemplates v1.0.0
    14  	github.com/lib/pq v1.10.9
    15  	github.com/mattn/go-sqlite3 v1.14.22
    16  	github.com/microsoft/go-mssqldb v1.7.1
    17  	github.com/rickb777/date v1.20.6
    18  	github.com/rs/cors v1.11.0
    19  	github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
    20  	github.com/slack-go/slack v0.12.5
    21  	github.com/urfave/negroni v1.0.0
    22  	golang.org/x/net v0.25.0
    23  	golang.org/x/text v0.15.0
    24  	gopkg.in/yaml.v2 v2.4.0
    25  )
    26  
    27  require (
    28  	filippo.io/edwards25519 v1.1.0 // indirect
    29  	github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
    30  	github.com/golang-sql/sqlexp v0.1.0 // indirect
    31  	github.com/gorilla/websocket v1.4.2 // indirect
    32  	github.com/jmespath/go-jmespath v0.4.0 // indirect
    33  	github.com/rickb777/plural v1.4.1 // indirect
    34  	golang.org/x/crypto v0.23.0 // indirect
    35  )