Skip to content

Commit

Permalink
feat: fix v2+ module release
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Feb 6, 2020
1 parent 262c3c0 commit 46c38f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/yolo/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package main // import "berty.tech/yolo/cmd/yolo"

import (
"context"
Expand All @@ -11,7 +11,7 @@ import (
"syscall"
"time"

"berty.tech/yolo"
yolo "berty.tech/yolo/v2"
"github.com/buildkite/go-buildkite/buildkite"
"github.com/cayleygraph/cayley"
"github.com/cayleygraph/cayley/graph"
Expand Down
2 changes: 1 addition & 1 deletion pkg/plistgen/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package plistgen // import "berty.tech/yolo/internal/plistgen"
package plistgen // import "berty.tech/yolo/pkg/plistgen""
2 changes: 1 addition & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"sort"
"time"

"berty.tech/yolo/pkg/plistgen"
plistgen "berty.tech/yolo/v2/pkg/plistgen"
"github.com/buildkite/go-buildkite/buildkite"
"github.com/cayleygraph/cayley"
cayleypath "github.com/cayleygraph/cayley/graph/path"
Expand Down

0 comments on commit 46c38f2

Please sign in to comment.