Skip to content

Commit

Permalink
fix go get
Browse files Browse the repository at this point in the history
  • Loading branch information
akupila committed Dec 21, 2018
1 parent ee64f40 commit 1696094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module goweight
module github.com/jondot/goweight

require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
Expand Down
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package main
import (
"encoding/json"
"fmt"
"goweight/pkg"

"gopkg.in/alecthomas/kingpin.v2"
"github.com/jondot/goweight/pkg"

kingpin "gopkg.in/alecthomas/kingpin.v2"
)

var (
Expand Down

0 comments on commit 1696094

Please sign in to comment.