xref: /aosp_15_r20/external/starlark-go/go.mod (revision 4947cdc739c985f6d86941e22894f5cefe7c9e9a)
1*4947cdc7SCole Faustmodule go.starlark.net
2*4947cdc7SCole Faust
3*4947cdc7SCole Faustgo 1.13
4*4947cdc7SCole Faust
5*4947cdc7SCole Faustrequire (
6*4947cdc7SCole Faust	github.com/chzyer/logex v1.1.10 // indirect
7*4947cdc7SCole Faust	github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
8*4947cdc7SCole Faust	github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
9*4947cdc7SCole Faust	github.com/google/go-cmp v0.5.1 // indirect
10*4947cdc7SCole Faust	golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
11*4947cdc7SCole Faust	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
12*4947cdc7SCole Faust	google.golang.org/protobuf v1.25.0
13*4947cdc7SCole Faust)
14