Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
module github.com/go-python/gpython
go 1.17
require (
github.com/google/go-cmp v0.5.7
github.com/gopherjs/gopherwasm v1.1.0
github.com/peterh/liner v1.2.2
)
require (
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
)