diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ | |||
1 | module github.com/rutgerbrf/icalproxy | ||
2 | |||
3 | go 1.21 | ||
4 | |||
5 | require ( | ||
6 | github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f | ||
7 | golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 | ||
8 | ) | ||
9 | |||
10 | require ( | ||
11 | github.com/teambition/rrule-go v1.7.2 // indirect | ||
12 | golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect | ||
13 | ) | ||