2022-01-13 08:10:36 +00:00
|
|
|
module git.t-juice.club/torjus/apiary
|
2021-04-10 05:58:01 +00:00
|
|
|
|
2022-08-28 00:23:36 +00:00
|
|
|
go 1.18
|
2021-04-10 05:58:01 +00:00
|
|
|
|
|
|
|
require (
|
2021-11-06 00:29:29 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2021-11-06 13:04:11 +00:00
|
|
|
github.com/emersion/go-smtp v0.15.0
|
2021-04-10 05:58:01 +00:00
|
|
|
github.com/fujiwara/shapeio v1.0.0
|
2022-08-28 00:23:36 +00:00
|
|
|
github.com/gliderlabs/ssh v0.3.4
|
|
|
|
github.com/go-chi/chi/v5 v5.0.7
|
2021-09-17 13:12:00 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-08-28 00:23:36 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.17.1
|
|
|
|
github.com/oschwald/maxminddb-golang v1.10.0
|
|
|
|
github.com/pelletier/go-toml v1.9.5
|
|
|
|
github.com/prometheus/client_golang v1.13.0
|
|
|
|
github.com/urfave/cli/v2 v2.11.2
|
2022-08-31 21:22:20 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2022-08-28 00:23:36 +00:00
|
|
|
go.uber.org/zap v1.23.0
|
|
|
|
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
|
github.com/jackc/pgconn v1.13.0 // indirect
|
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
|
|
github.com/jackc/pgtype v1.12.0 // 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.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
|
2022-08-31 21:22:20 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
2021-09-17 13:12:00 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-08-28 00:23:36 +00:00
|
|
|
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2021-04-10 05:58:01 +00:00
|
|
|
)
|