23 lines
743 B
Modula-2
23 lines
743 B
Modula-2
|
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/smartystreets/goconvey v1.6.4 // indirect
|
||
|
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
|
||
|
gosrc.io/xmpp v0.5.1
|
||
|
sour.is/x/toolbox v0.12.17
|
||
|
)
|