2023-06-30 11:02:10 +00:00
|
|
|
module go.mau.fi/mautrix-gmessages/libgm
|
|
|
|
|
2024-02-22 20:37:49 +00:00
|
|
|
go 1.21
|
2023-06-30 11:02:10 +00:00
|
|
|
|
|
|
|
require (
|
2024-02-22 20:37:49 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/rs/zerolog v1.32.0
|
2023-09-04 11:25:28 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2024-02-22 20:37:49 +00:00
|
|
|
go.mau.fi/util v0.2.1
|
|
|
|
golang.org/x/crypto v0.19.0
|
|
|
|
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
|
|
|
|
google.golang.org/protobuf v1.32.0
|
2023-06-30 11:02:10 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-09-04 11:25:28 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-11-16 13:22:34 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2023-09-04 11:25:28 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-02-22 20:37:49 +00:00
|
|
|
golang.org/x/sys v0.17.0 // indirect
|
2023-09-04 11:25:28 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-06-30 11:02:10 +00:00
|
|
|
)
|