2021-04-10 05:58:01 +00:00
|
|
|
module github.uio.no/torjus/apiary
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
github.com/fujiwara/shapeio v1.0.0
|
|
|
|
github.com/gliderlabs/ssh v0.3.2
|
|
|
|
github.com/go-chi/chi/v5 v5.0.2
|
|
|
|
github.com/google/uuid v1.2.0
|
|
|
|
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-04-10 05:58:01 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.0
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2021-04-10 10:12:08 +00:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2021-04-10 05:58:01 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
|
|
go.uber.org/zap v1.13.0
|
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-04-10 09:24:10 +00:00
|
|
|
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
|
2021-04-10 05:58:01 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
|
|
|
|
)
|