mirror of
https://ghproxy.net/https://github.com/CaptainCore/captaincore.git
synced 2025-10-04 01:48:24 +08:00
👌 IMPROVE: Self references
This commit is contained in:
parent
b851ddcc0c
commit
0bd51d6c81
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/CaptainCore/cli/cmd"
|
||||
"github.com/CaptainCore/captaincore/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/CaptainCore/cli/server"
|
||||
"github.com/CaptainCore/captaincore/server"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/CaptainCore/cli
|
||||
module github.com/CaptainCore/captaincore
|
||||
|
||||
go 1.16
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue