Mi-Mi-Mikuru-un,Mikuru-u-un!
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
@@ -6,7 +6,7 @@ env:
|
|||||||
GO: go
|
GO: go
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
IMPORT: git.laidback.moe/shinyoukai/mikuru/mirai
|
IMPORT: code.laidback.moe/mikuru/mirai
|
||||||
tasks:
|
tasks:
|
||||||
default:
|
default:
|
||||||
cmds:
|
cmds:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
"git.laidback.moe/shinyoukai/mikuru/mirai"
|
"code.laidback.moe/mikuru/mirai"
|
||||||
"go.yarn.social/client"
|
"go.yarn.social/client"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module git.laidback.moe/shinyoukai/mikuru
|
module code.laidback.moe/mikuru
|
||||||
|
|
||||||
go 1.24.0
|
go 1.24.0
|
||||||
|
|
||||||
|
|||||||
2
login.go
2
login.go
@@ -7,7 +7,7 @@ import (
|
|||||||
|
|
||||||
"golang.org/x/term"
|
"golang.org/x/term"
|
||||||
"go.yarn.social/client"
|
"go.yarn.social/client"
|
||||||
"git.laidback.moe/shinyoukai/mikuru/mirai"
|
"code.laidback.moe/mikuru/mirai"
|
||||||
|
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
|
|||||||
2
post.go
2
post.go
@@ -1,7 +1,7 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"git.laidback.moe/shinyoukai/mikuru/mirai"
|
"code.laidback.moe/mikuru/mirai"
|
||||||
"go.yarn.social/client"
|
"go.yarn.social/client"
|
||||||
"github.com/tj/go-editor"
|
"github.com/tj/go-editor"
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
|
|||||||
2
root.go
2
root.go
@@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
"git.laidback.moe/shinyoukai/mikuru/mirai"
|
"code.laidback.moe/mikuru/mirai"
|
||||||
)
|
)
|
||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
"git.laidback.moe/shinyoukai/mikuru/mirai"
|
"code.laidback.moe/mikuru/mirai"
|
||||||
"go.yarn.social/client"
|
"go.yarn.social/client"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user