2023-06-30 11:02:10 +00:00
|
|
|
module go.mau.fi/mautrix-gmessages/libgm
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2023-09-16 14:39:51 +00:00
|
|
|
github.com/google/uuid v1.3.1
|
|
|
|
github.com/rs/zerolog v1.30.0
|
2023-09-04 11:25:28 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-09-16 14:39:51 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
|
2023-06-30 11:02:10 +00:00
|
|
|
google.golang.org/protobuf v1.31.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-09-04 11:25:28 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-06-30 11:02:10 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2023-09-04 11:25:28 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-09-16 14:39:51 +00:00
|
|
|
golang.org/x/sys v0.12.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
|
|
|
)
|