...
1module go.starlark.net
2
3go 1.16
4
5require (
6 github.com/chzyer/logex v1.1.10 // indirect
7 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
8 github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
9 github.com/google/go-cmp v0.5.1
10 golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
11 golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
12 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
13 google.golang.org/protobuf v1.25.0
14)
View as plain text