summaryrefslogtreecommitdiff
path: root/pim/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'pim/go.mod')
-rw-r--r--pim/go.mod17
1 files changed, 17 insertions, 0 deletions
diff --git a/pim/go.mod b/pim/go.mod
new file mode 100644
index 0000000..242ba7b
--- /dev/null
+++ b/pim/go.mod
@@ -0,0 +1,17 @@
+module pim
+
+go 1.23
+
+// cal9 draws through the pure-Go /dev/draw layer next door
+replace 9front/gui => ../gui
+
+require (
+ 9fans.net/go v0.0.2 // indirect
+ 9front/gui v0.0.0-00010101000000-000000000000 // indirect
+ github.com/Plan9-Archive/libauth v0.0.0-20180917063427-d1ca9e94969d // indirect
+ github.com/emersion/go-ical v0.0.0-20250609112844-439c63cef608 // indirect
+ github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
+ github.com/fhs/mux9p v0.3.1 // indirect
+ github.com/knusbaum/go9p v1.18.0 // indirect
+ github.com/teambition/rrule-go v1.8.2 // indirect
+)