26 lines
870 B
Modula-2
26 lines
870 B
Modula-2
module github.com/sour-is/keyproofs
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/google/go-cmp v0.5.4 // 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/russross/blackfriday v1.5.2
|
|
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/multierr v1.6.0
|
|
go.uber.org/ratelimit v0.1.0
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
gosrc.io/xmpp v0.5.1
|
|
)
|