15 lines
373 B
AMPL
15 lines
373 B
AMPL
module github.com/yourusername/caldav-server
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/emersion/go-ical v0.0.0-20240127095438-fc1c9d8fb2b6
|
|
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
|
|
github.com/emersion/go-webdav v0.6.0
|
|
golang.org/x/crypto v0.21.0
|
|
golang.org/x/net v0.22.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require github.com/teambition/rrule-go v1.8.2 // indirect
|