27 lines
944 B
Modula-2
27 lines
944 B
Modula-2
module git.entr0py.de/garionion/gstreamer-graphix
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/ilyakaznacheev/cleanenv v1.2.6
|
|
github.com/rs/zerolog v1.26.1
|
|
github.com/tinyzimmer/go-glib v0.0.24
|
|
github.com/tinyzimmer/go-gst v0.2.32
|
|
google.golang.org/grpc v1.44.0
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/joho/godotenv v1.4.0 // indirect
|
|
github.com/mattn/go-pointer v0.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220204002441-d6cc3cc0770e // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
|
)
|