We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aaa0a8 commit 12248b4Copy full SHA for 12248b4
go.mod
@@ -0,0 +1,6 @@
1
+module github.com/go-python/gpython
2
+
3
+require (
4
+ github.com/mattn/go-runewidth v0.0.3 // indirect
5
+ github.com/peterh/liner v0.0.0-20180619022028-8c1271fcf47f
6
+)
0 commit comments