reformat some stuff

This commit is contained in:
2026-08-03 21:01:58 -04:00
parent c3bee53ade
commit 1fddaf3f67
8 changed files with 63 additions and 48 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module astraltech.xyz/calendar/v2
go 1.26.1
require github.com/arran4/golang-ical v0.3.5 // indirect
require (
github.com/arran4/golang-ical v0.3.5 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
)