Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (13 sloc)
411 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| ) |