ShareDAV/go.mod

20 lines
693 B
Modula-2
Raw Normal View History

module ShareDAV
go 1.15
require (
github.com/alecthomas/kong v0.2.11
2020-10-18 11:05:04 +02:00
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
2019-08-03 18:03:05 +02:00
github.com/kr/pretty v0.1.0 // indirect
github.com/satori/go.uuid v1.2.0
2020-10-18 11:05:04 +02:00
github.com/sethvargo/go-password v0.2.0
github.com/tidwall/buntdb v1.1.2
2019-08-04 20:25:20 +02:00
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
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
2019-08-03 18:03:05 +02:00
gopkg.in/yaml.v2 v2.2.2 // indirect
)