Skip to content

Commit 43a6207

Browse files
sbinetncw
authored andcommitted
gpython: add initial support for Go modules
1 parent c37be76 commit 43a6207

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

go.mod

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)