Sergey Sharybin
2576b4545f
A bit hacked in into the state machine, but it didn't turn out to be too bad. Allows to gather more uniform and complete data about devices.
39 lines
1.6 KiB
Modula-2
39 lines
1.6 KiB
Modula-2
module git.blender.org/blender-open-data/launcher
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.0.4
|
|
github.com/cheggaaa/pb v2.0.7+incompatible
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/frankban/quicktest v1.6.0 // indirect
|
|
github.com/getsentry/sentry-go v0.3.1
|
|
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/inkyblackness/imgui-go/v4 v4.4.0
|
|
github.com/machinebox/progress v0.2.0
|
|
github.com/matryer/is v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/mholt/archiver v3.1.1+incompatible
|
|
github.com/nwaples/rardecode v1.0.0 // indirect
|
|
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/wzshiming/ctc v1.2.3
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c // indirect
|
|
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
|
|
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
|
|
gopkg.in/fatih/color.v1 v1.7.0 // indirect
|
|
gopkg.in/mattn/go-colorable.v0 v0.1.0 // indirect
|
|
gopkg.in/mattn/go-isatty.v0 v0.0.4 // indirect
|
|
gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect
|
|
)
|