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
|
2021-10-18 19:57:10 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.4
|
2021-11-01 20:31:24 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-09-14 20:51:36 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
|
|
go.uber.org/atomic v1.9.0
|
2021-10-18 19:57:10 +00:00
|
|
|
go.uber.org/zap v1.19.1
|
2021-09-14 20:51:36 +00:00
|
|
|
)
|
2021-08-21 14:15:29 +00:00
|
|
|
|
|
|
|
require (
|
2021-11-01 20:31:24 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-08-21 14:15:29 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2021-11-01 20:31:24 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2021-08-21 14:15:29 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
2021-11-01 20:31:24 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-08-21 14:15:29 +00:00
|
|
|
)
|