ntfy/go.mod

12 lines
268 B
Modula-2
Raw Normal View History

module heckel.io/ntfy
2021-10-23 00:54:02 +02:00
go 1.16
2021-10-23 03:26:01 +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
gopkg.in/yaml.v2 v2.4.0 // indirect
)