2021-10-24 01:29:45 +00:00
|
|
|
module heckel.io/ntfy
|
2021-10-22 22:54:02 +00:00
|
|
|
|
|
|
|
go 1.16
|
2021-10-23 01:26:01 +00:00
|
|
|
|
2021-10-24 01:29:45 +00:00
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.4.1 // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-10-24 02:49:50 +00:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
2021-10-24 01:29:45 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|