2021-04-10 05:58:01 +00:00
|
|
|
module github.uio.no/torjus/apiary
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
github.com/fujiwara/shapeio v1.0.0
|
2021-07-07 11:00:19 +00:00
|
|
|
github.com/gliderlabs/ssh v0.3.3
|
|
|
|
github.com/go-chi/chi/v5 v5.0.3
|
2021-04-10 05:58:01 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-07-07 11:00:19 +00:00
|
|
|
github.com/jackc/pgproto3/v2 v2.1.0 // indirect
|
2021-04-10 05:58:01 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.11.0
|
2021-04-10 10:12:08 +00:00
|
|
|
github.com/oschwald/maxminddb-golang v1.8.0
|
2021-07-07 11:00:19 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.3
|
2021-04-10 05:58:01 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-07-07 11:00:19 +00:00
|
|
|
go.uber.org/atomic v1.8.0 // indirect
|
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
|
|
go.uber.org/zap v1.18.1
|
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
|
|
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
|
|
|
|
golang.org/x/tools v0.1.4 // indirect
|
2021-04-10 05:58:01 +00:00
|
|
|
)
|