Skip to content

Commit

Permalink
やっぱりcmd/dajarep/go.modがあるとgoreleaserがうまくいかない
Browse files Browse the repository at this point in the history
  • Loading branch information
kurehajime committed Nov 23, 2022
1 parent a84e310 commit fd79992
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
17 changes: 0 additions & 17 deletions cmd/dajarep/go.mod

This file was deleted.

13 changes: 0 additions & 13 deletions cmd/dajarep/go.sum

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/dajarep/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
"os"
"runtime"

"github.com/kurehajime/dajarep"
"golang.org/x/net/html/charset"
"golang.org/x/text/transform"
"local.local/dajarep"
)

func main() {
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ require (
github.com/ikawaha/kagome/v2 v2.7.0
)

require golang.org/x/text v0.4.0 // indirect

require (
github.com/ikawaha/kagome-dict v1.0.4 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/net v0.2.0
)

0 comments on commit fd79992

Please sign in to comment.