Skip to content

Commit 9167efa

Browse files
committedJun 20, 2022
Replacing gopy URL so that it works in forks too.
1 parent d84a87d commit 9167efa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ module github.com/rudderlabs/gopy
33
go 1.15
44

55
require (
6+
github.com/go-python/gopy v0.4.2 // indirect
67
github.com/gonuts/commander v0.1.0
78
github.com/gonuts/flag v0.1.0
89
github.com/pkg/errors v0.9.1
910
golang.org/x/tools v0.1.11-0.20220413170336-afc6aad76eb1
1011
)
12+
13+
replace github.com/go-python/gopy => ../gopy

0 commit comments

Comments
 (0)
Failed to load comments.