29 lines
896 B
AMPL
29 lines
896 B
AMPL
module git.arnef.de/arnef/nidus
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.1020
|
|
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.48.0
|
|
golang.org/x/net v0.51.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
modernc.org/sqlite v1.56.0
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.24 // indirect
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/teambition/rrule-go v1.8.2 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/term v0.45.0 // indirect
|
|
modernc.org/libc v1.74.4 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|