Skip to content

Commit

Permalink
Replacing gopy URL so that it works in forks too.
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-rudderstack committed Jun 20, 2022
1 parent d84a87d commit d1091c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ module github.com/rudderlabs/gopy
go 1.15

require (
github.com/go-python/gopy 0.4.2 // indirect
github.com/gonuts/commander v0.1.0
github.com/gonuts/flag v0.1.0
github.com/pkg/errors v0.9.1
golang.org/x/tools v0.1.11-0.20220413170336-afc6aad76eb1
)

replace github.com/go-python/gopy => ../gopy

0 comments on commit d1091c5

Please sign in to comment.