2021-10-18 21:05:44 +02:00
|
|
|
module forge.redroom.link/yves/meowlib
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2023-09-27 22:17:44 +02:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
|
|
|
|
github.com/ProtonMail/gopenpgp/v2 v2.7.3
|
2022-10-22 14:41:48 +02:00
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
2023-09-27 22:17:44 +02:00
|
|
|
github.com/google/uuid v1.3.1
|
2022-03-01 10:37:11 +01:00
|
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
2023-01-07 00:39:05 +01:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
2022-10-22 14:41:48 +02:00
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
github.com/onsi/gomega v1.22.1 // indirect
|
2022-09-18 21:17:28 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-09-27 22:17:44 +02:00
|
|
|
github.com/rs/zerolog v1.31.0
|
|
|
|
github.com/stretchr/testify v1.7.0
|
2023-11-08 21:52:09 +01:00
|
|
|
golang.org/x/net v0.16.0 // indirect
|
2023-09-27 22:17:44 +02:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
|
|
google.golang.org/protobuf v1.31.0
|
2021-10-18 21:05:44 +02:00
|
|
|
)
|