Skip to content

Commit

Permalink
allow build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jun 6, 2023
1 parent d95c858 commit a9cbc5b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Expand Up @@ -11,11 +11,13 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/boyter/go-string v1.0.5
github.com/boyter/gocodewalker v1.1.0
github.com/boyter/gocodewalker v1.1.1
github.com/fatih/color v1.15.0
github.com/gdamore/tcell v1.3.0
github.com/mattn/go-isatty v0.0.17
Expand Down
4 changes: 2 additions & 2 deletions go.sum
@@ -1,8 +1,8 @@
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/boyter/go-string v1.0.5 h1:/xcOlWdgelLYLVkUU0xBLfioGjZ9KIMUMI/RXG138YY=
github.com/boyter/go-string v1.0.5/go.mod h1:Mww9cDld2S2cdJ0tQffBhsZFMQRA2OJdcjWYZXvZ4Ss=
github.com/boyter/gocodewalker v1.1.0 h1:R/BOXRB5WcE5x/Q6Ln95GUQOQE4PAk86nq6WccZqZmM=
github.com/boyter/gocodewalker v1.1.0/go.mod h1:CppTdM9RtednxKPcit+Zn36FXqwYaDIGufs/tenbswo=
github.com/boyter/gocodewalker v1.1.1 h1:Mst/UL+Mu8ZGezEdsDFI+bZmvBHbKn6qO3GvzS6UwAQ=
github.com/boyter/gocodewalker v1.1.1/go.mod h1:l3OQnRDklRvyaz+IGsu0Tw86nX4p4WqwopMRQm+5o54=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 h1:y5HC9v93H5EPKqaS1UYVg1uYah5Xf51mBfIoWehClUQ=
Expand Down
19 changes: 13 additions & 6 deletions vendor/github.com/boyter/gocodewalker/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/boyter/gocodewalker/file.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/boyter/gocodewalker/hidden.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
@@ -1,7 +1,7 @@
# github.com/boyter/go-string v1.0.5
## explicit; go 1.20
github.com/boyter/go-string
# github.com/boyter/gocodewalker v1.1.0
# github.com/boyter/gocodewalker v1.1.1
## explicit; go 1.20
github.com/boyter/gocodewalker
github.com/boyter/gocodewalker/go-gitignore
Expand Down

0 comments on commit a9cbc5b

Please sign in to comment.