Skip to content

Commit

Permalink
prepare for move
Browse files Browse the repository at this point in the history
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
  • Loading branch information
n1hility committed Sep 14, 2023
1 parent a37d670 commit e83ce6d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Ran 7 of 7 Specs in 3.082 seconds
SUCCESS! -- 7 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestTest (3.09s)
PASS
ok github.com/n1hility/winquit/test 3.234s
ok github.com/containers/winquit/test 3.234s
```
### Building on Linux/Unix
Expand Down
2 changes: 1 addition & 1 deletion cmd/winquit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"syscall"
"time"

"github.com/n1hility/winquit/pkg/winquit"
"github.com/containers/winquit/pkg/winquit"
"github.com/sirupsen/logrus"
)

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/n1hility/winquit
module github.com/containers/winquit

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion pkg/winquit/client_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"time"

"github.com/n1hility/winquit/pkg/winquit/win32"
"github.com/containers/winquit/pkg/winquit/win32"
"github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/winquit/server_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"sync"
"syscall"

"github.com/n1hility/winquit/pkg/winquit/win32"
"github.com/containers/winquit/pkg/winquit/win32"
"github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion test/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"path/filepath"
"time"

"github.com/n1hility/winquit/pkg/winquit"
"github.com/containers/winquit/pkg/winquit"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
Expand Down

0 comments on commit e83ce6d

Please sign in to comment.