File: go.mod

package info (click to toggle)
golang-starlark 0.0~git20210122.f935de8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,204 kB
  • sloc: makefile: 8
file content (11 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
module go.starlark.net

go 1.13

require (
	github.com/chzyer/logex v1.1.10 // indirect
	github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
	github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
	golang.org/x/sys v0.0.0-20200803210538-64077c9b5642
	google.golang.org/protobuf v1.25.0
)