2021-08-21 14:15:29 +00:00
|
|
|
module github.uio.no/torjus/dogtamer
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
2021-09-14 20:51:36 +00:00
|
|
|
require (
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
|
|
|
github.com/go-chi/chi/v5 v5.0.4
|
|
|
|
github.com/nareix/joy5 v0.0.0-20210317075623-2c912ca30590
|
|
|
|
github.com/pelletier/go-toml v1.9.3
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
|
|
go.uber.org/atomic v1.9.0
|
|
|
|
go.uber.org/zap v1.19.0
|
|
|
|
)
|
2021-08-21 14:15:29 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
|
|
)
|