Initial implementation
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module github.com/luxick/chronological
|
||||
|
||||
go 1.25.4
|
||||
|
||||
require (
|
||||
github.com/emersion/go-ical v0.0.0-20250609112844-439c63cef608
|
||||
github.com/emersion/go-webdav v0.7.0
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/stretchr/testify v1.11.1 // indirect
|
||||
github.com/teambition/rrule-go v1.8.2 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user