Thanks to visit codestin.com Credit goes to github.com
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 b55db0b commit a182849Copy full SHA for a182849
go.mod
@@ -1,6 +1,3 @@
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
-)
+require github.com/peterh/liner v1.1.0
go.sum
@@ -0,0 +1,4 @@
+github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8BzLR4=
+github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
+github.com/peterh/liner v1.1.0 h1:f+aAedNJA6uk7+6rXsYBnhdo4Xux7ESLe+kcuVUF5os=
+github.com/peterh/liner v1.1.0/go.mod h1:CRroGNssyjTd/qIG2FyxByd2S8JEAZXBl4qUrZf8GS0=
0 commit comments