50 lines
1.9 KiB
Modula-2
50 lines
1.9 KiB
Modula-2
module forge.redroom.link/yves/meowlib
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.0
|
|
|
|
require (
|
|
github.com/ProtonMail/gopenpgp/v2 v2.7.5
|
|
github.com/dgraph-io/badger v1.6.2
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/google/uuid v1.6.0
|
|
github.com/livekit/protocol v1.16.0
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.32.0
|
|
github.com/stretchr/testify v1.9.0
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
|
|
github.com/ProtonMail/go-crypto v1.0.0 // indirect
|
|
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgraph-io/ristretto v0.0.2 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.30.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/twitchtv/twirp v8.1.3+incompatible // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c // indirect
|
|
google.golang.org/grpc v1.62.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|