assign-notify/go.mod
2023-03-18 11:34:22 -07:00

11 lines
214 B
Modula-2

module github.com/NickyBoy89/assign-notify
go 1.20
require github.com/arran4/golang-ical v0.0.0-20230213232137-07c6aad5e4f0
require (
github.com/BurntSushi/toml v1.2.1
github.com/mitchellh/go-homedir v1.1.0
)