29 lines
959 B
Modula-2
29 lines
959 B
Modula-2
module git.entr0py.de/garionion/gstreamer-graphix
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/ilyakaznacheev/cleanenv v1.4.2
|
|
github.com/rs/zerolog v1.29.0
|
|
github.com/tinyzimmer/go-glib v0.0.25
|
|
github.com/tinyzimmer/go-gst v0.2.33
|
|
google.golang.org/grpc v1.52.3
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.1.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/joho/godotenv v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-pointer v0.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/net v0.4.0 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
|
)
|