2018-11-24 14:59:42 +01:00
|
|
|
module ShareDAV
|
|
|
|
|
2020-10-09 18:35:44 +02:00
|
|
|
go 1.15
|
|
|
|
|
2018-11-24 18:10:06 +01:00
|
|
|
require (
|
2020-10-09 18:35:44 +02:00
|
|
|
github.com/alecthomas/kong v0.2.11
|
2020-10-24 16:54:47 +02:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-10-09 18:35:44 +02:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-10-18 11:05:04 +02:00
|
|
|
github.com/sethvargo/go-password v0.2.0
|
2020-10-09 18:35:44 +02:00
|
|
|
github.com/tidwall/buntdb v1.1.2
|
2020-10-18 11:05:04 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
|
|
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0
|
2020-10-18 11:11:25 +02:00
|
|
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
|
2018-11-24 18:10:06 +01:00
|
|
|
)
|