2021-10-18 21:05:44 +02:00
|
|
|
module forge.redroom.link/yves/meowlib
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ProtonMail/gopenpgp/v2 v2.2.4
|
2022-09-19 20:16:57 +02:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-03-01 10:37:11 +01:00
|
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
2022-09-18 21:17:28 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-10-18 21:05:44 +02:00
|
|
|
github.com/rs/zerolog v1.25.0
|
2022-01-15 22:19:29 +01:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2022-09-02 12:07:21 +02:00
|
|
|
google.golang.org/protobuf v1.28.1
|
2021-10-18 21:05:44 +02:00
|
|
|
)
|