meowlib/go.mod

24 lines
773 B
Modula-2
Raw Normal View History

2021-10-18 21:05:44 +02:00
module forge.redroom.link/yves/meowlib
go 1.16
require (
2024-03-29 19:31:48 +01:00
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/ProtonMail/gopenpgp/v2 v2.7.5
github.com/cloudflare/circl v1.3.7 // indirect
github.com/dgraph-io/badger v1.6.2
github.com/go-redis/redis v6.15.9+incompatible
2024-03-29 19:31:48 +01:00
github.com/google/uuid v1.6.0
2022-03-01 10:37:11 +01:00
github.com/makiuchi-d/gozxing v0.1.1
2023-12-25 16:46:03 +01:00
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.16
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
2024-03-29 19:31:48 +01:00
github.com/rs/zerolog v1.32.0
2023-09-27 22:17:44 +02:00
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.22.0 // indirect
2023-12-25 16:46:03 +01:00
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
2024-03-29 19:31:48 +01:00
google.golang.org/protobuf v1.33.0
2021-10-18 21:05:44 +02:00
)