11 lines
214 B
Modula-2
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
|
|
)
|