Skip to content

Commit

Permalink
Add replace directive
Browse files Browse the repository at this point in the history
  • Loading branch information
J3012B committed Nov 1, 2023
1 parent f3bd1a9 commit cfb1fb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/J3012B/invoice
module github.com/maaslalani/invoice

go 1.20

Expand Down Expand Up @@ -31,3 +31,5 @@ require (
golang.org/x/text v0.13.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)

replace github.com/maaslalani/invoice => github.com/J3012B/invoice feature_expose_go_function

0 comments on commit cfb1fb8

Please sign in to comment.