blob: d89d396afccc90b5fbb25b56fe3f3628a828099b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
module github.com/rutgerbrf/icalproxy
go 1.21
require (
github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
)
require (
github.com/teambition/rrule-go v1.7.2 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
)
|