22 lines
586 B
Modula-2
22 lines
586 B
Modula-2
module go.mau.fi/mautrix-gmessages/libgm
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.mau.fi/util v0.5.0
|
|
golang.org/x/crypto v0.24.0
|
|
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|