Skip to content

Commit

Permalink
Changed package structure of go-bitflow once again.
Browse files Browse the repository at this point in the history
  • Loading branch information
antongulenko committed Nov 22, 2018
1 parent d1a96c4 commit eef2bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"

"github.com/antongulenko/golib"
"github.com/bitflow-stream/go-bitflow-pipeline/script/reg"
"github.com/bitflow-stream/go-bitflow/script/reg"
log "github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion subprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sync"
"time"

"github.com/bitflow-stream/go-bitflow-pipeline/script/reg"
"github.com/bitflow-stream/go-bitflow/script/reg"
"github.com/shirou/gopsutil/cpu"
log "github.com/sirupsen/logrus"
)
Expand Down

0 comments on commit eef2bf3

Please sign in to comment.