2022-01-13 08:10:36 +00:00
|
|
|
module git.t-juice.club/torjus/apiary
|
2021-04-10 05:58:01 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-10-28 14:35:57 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-11-06 00:29:29 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2021-09-17 13:12:00 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2021-11-06 13:04:11 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac // indirect
|
|
|
|
github.com/emersion/go-smtp v0.15.0
|
2021-04-10 05:58:01 +00:00
|
|
|
github.com/fujiwara/shapeio v1.0.0
|
2021-07-07 11:00:19 +00:00
|
|
|
github.com/gliderlabs/ssh v0.3.3
|
2021-09-17 13:12:00 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.4
|
2021-10-28 14:35:57 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-09-17 13:12:00 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
github.com/jackc/pgx/v4 v4.13.0
|
2021-04-10 10:12:08 +00:00
|
|
|
github.com/oschwald/maxminddb-golang v1.8.0
|
2021-09-17 13:12:00 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.4
|
2021-10-28 14:37:01 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-10-28 14:35:57 +00:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2021-04-10 05:58:01 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-09-17 13:12:00 +00:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
2021-07-07 11:00:19 +00:00
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
2021-09-17 13:12:00 +00:00
|
|
|
go.uber.org/zap v1.19.1
|
2021-09-30 21:18:52 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
|
|
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
|
2021-10-28 14:35:57 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
|
2021-09-17 13:12:00 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
2021-10-28 14:35:57 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-04-10 05:58:01 +00:00
|
|
|
)
|