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
|
2024-06-16 20:58:05 +00:00
|
|
|
github.com/rs/zerolog v1.33.0
|
2024-03-11 13:39:29 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-06-16 20:58:05 +00:00
|
|
|
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
|
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-06-16 20:58:05 +00:00
|
|
|
golang.org/x/sys v0.21.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
|
|
|
)
|