mirror of
https://github.com/go-i2p/go-github-sync.git
synced 2025-07-03 22:19:42 -04:00
change module path
This commit is contained in:
@ -8,11 +8,11 @@ import (
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"github.com/go-i2p/go-github-sync/pkg/config"
|
||||
"github.com/go-i2p/go-github-sync/pkg/git"
|
||||
"github.com/go-i2p/go-github-sync/pkg/github"
|
||||
"github.com/go-i2p/go-github-sync/pkg/logger"
|
||||
"github.com/go-i2p/go-github-sync/pkg/workflow"
|
||||
"i2pgit.org/go-i2p/go-github-sync/pkg/config"
|
||||
"i2pgit.org/go-i2p/go-github-sync/pkg/git"
|
||||
"i2pgit.org/go-i2p/go-github-sync/pkg/github"
|
||||
"i2pgit.org/go-i2p/go-github-sync/pkg/logger"
|
||||
"i2pgit.org/go-i2p/go-github-sync/pkg/workflow"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user