Skip to content

Commit d1091c5

Browse files
Replacing gopy URL so that it works in forks too.
1 parent d84a87d commit d1091c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
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 0.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)