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 d84a87d commit 9167efaCopy full SHA for 9167efa
go.mod
@@ -3,8 +3,11 @@ module github.com/rudderlabs/gopy
3
go 1.15
4
5
require (
6
+ github.com/go-python/gopy v0.4.2 // indirect
7
github.com/gonuts/commander v0.1.0
8
github.com/gonuts/flag v0.1.0
9
github.com/pkg/errors v0.9.1
10
golang.org/x/tools v0.1.11-0.20220413170336-afc6aad76eb1
11
)
12
+
13
+replace github.com/go-python/gopy => ../gopy
0 commit comments