Skip to content

Commit

Permalink
Fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
horita-yuya committed Oct 16, 2023
1 parent 81a0cab commit 5a39d8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package cmd

import (
"github.com/fatih/color"
"github.com/horita-yuya/[email protected]/cmd/react"
"github.com/spf13/cobra"
"github/horita-yuya/rscq/cmd/react"
"io"
"os"
)
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/horita-yuya/rscq
module github.com/horita-yuya/rscq

go 1.21.0

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package main

import "github/horita-yuya/rscq/cmd"
import "github.com/horita-yuya/rscq@0.0.5-alpha/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit 5a39d8a

Please sign in to comment.