Skip to content

Commit

Permalink
fix free bsd build
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr committed Jan 5, 2024
1 parent f4f5731 commit 045cbf1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 75 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Expand Up @@ -5,6 +5,8 @@ before:
builds:
- env:
- CGO_ENABLED=0
flags:
- nodbus
goos:
- freebsd
- linux
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Expand Up @@ -13,8 +13,10 @@ require (
github.com/charmbracelet/log v0.3.1
github.com/cli/go-gh/v2 v2.4.0
github.com/cli/shurcooL-graphql v0.0.4
github.com/gen2brain/beeep v0.0.0-20230907135156-1a38885a97fc
github.com/go-playground/validator/v10 v10.16.0
github.com/muesli/termenv v0.15.2
github.com/shurcooL/githubv4 v0.0.0-20231126234147-1cffa1f02456
github.com/spf13/cobra v1.8.0
gopkg.in/yaml.v2 v2.4.0
)
Expand All @@ -28,7 +30,6 @@ require (
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gen2brain/beeep v0.0.0-20230907135156-1a38885a97fc // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
Expand All @@ -51,7 +52,6 @@ require (
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/shurcooL/githubv4 v0.0.0-20231126234147-1cffa1f02456 // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
Expand All @@ -61,6 +61,7 @@ require (
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/term v0.16.0 // indirect
Expand Down

0 comments on commit 045cbf1

Please sign in to comment.