2021-10-24 03:29:45 +02:00
|
|
|
module heckel.io/ntfy
|
2021-10-23 00:54:02 +02:00
|
|
|
|
|
|
|
go 1.16
|
2021-10-23 03:26:01 +02:00
|
|
|
|
2021-10-24 03:29:45 +02: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 04:49:50 +02:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
2021-10-24 03:29:45 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|