2020-11-23 13:58:19 -07:00
|
|
|
module github.com/sour-is/keyproofs
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
|
|
github.com/google/go-cmp v0.5.3 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
|
|
|
github.com/rs/cors v1.7.0
|
|
|
|
github.com/rs/zerolog v1.20.0
|
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
|
|
github.com/sour-is/crypto v0.0.0-20201016232853-f42a24ba5a81
|
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
|
|
github.com/tv42/zbase32 v0.0.0-20190604154422-aacc64a8f915
|
|
|
|
go.uber.org/ratelimit v0.1.0
|
|
|
|
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
|
2020-11-23 14:21:58 -07:00
|
|
|
golang.org/x/text v0.3.4 // indirect
|
2020-11-23 13:58:19 -07:00
|
|
|
gosrc.io/xmpp v0.5.1
|
|
|
|
)
|