We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84a87d commit d1091c5Copy full SHA for d1091c5
go.mod
@@ -3,8 +3,11 @@ module github.com/rudderlabs/gopy
3
go 1.15
4
5
require (
6
+ github.com/go-python/gopy 0.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