2020-11-23 13:58:19 -07:00
|
|
|
module github.com/sour-is/keyproofs
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-11-30 11:54:37 -07:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-11-28 15:11:49 -07:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2020-11-23 13:58:19 -07:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-11-23 20:49:53 -07:00
|
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
2020-11-23 13:58:19 -07:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
2020-11-30 11:54:37 -07:00
|
|
|
github.com/nullrocks/identicon v0.0.0-20180626043057-7875f45b0022
|
2020-11-23 13:58:19 -07:00
|
|
|
github.com/rs/cors v1.7.0
|
|
|
|
github.com/rs/zerolog v1.20.0
|
2020-11-23 20:49:53 -07:00
|
|
|
github.com/russross/blackfriday v1.5.2
|
2020-11-23 13:58:19 -07:00
|
|
|
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
|
2020-11-23 20:49:53 -07:00
|
|
|
go.uber.org/multierr v1.6.0
|
2020-11-23 13:58:19 -07:00
|
|
|
go.uber.org/ratelimit v0.1.0
|
2020-12-18 10:33:12 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
|
2020-11-23 20:49:53 -07:00
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
2023-01-06 13:30:33 -07:00
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
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
|
|
|
|
)
|