Skip to content

Commit

Permalink
Use correct package path.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkMcDonald committed Dec 14, 2018
1 parent b2765f5 commit 267eda3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion factoriocalc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/gobuffalo/packr"
"github.com/skratchdot/open-golang/open"

"github.com/KirkMcDonald/factorio-go/factorioload"
"github.com/KirkMcDonald/factorio-tools/factorioload"
)

var httpAddr = flag.String("http-addr", "localhost:8000", "Address on which to serve calculator.")
Expand Down
2 changes: 1 addition & 1 deletion factoriodump/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

"github.com/gobuffalo/packr"

"github.com/KirkMcDonald/factorio-go/factorioload"
"github.com/KirkMcDonald/factorio-tools/factorioload"
)

var calcDir = flag.String("calcdir", ".", "Calculator development directory.")
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/KirkMcDonald/factorio-go
module github.com/KirkMcDonald/factorio-tools

require (
github.com/KirkMcDonald/golua v0.0.0-20181010233838-abfdbd2f7910
Expand Down

0 comments on commit 267eda3

Please sign in to comment.