Skip to content

Commit

Permalink
added FreeBSD to published packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarazzutti committed Dec 19, 2021
1 parent 380f854 commit 3316dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ builds:
goos:
- linux
- windows
- freebsd
- darwin
goarch:
- 386
Expand All @@ -21,6 +22,7 @@ archives:
darwin: Darwin
linux: Linux
windows: Windows
freebsd: FreeBSD
386: i386
amd64: x86_64
format_overrides:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.17
require (
github.com/domainr/dnsr v0.0.0-20211208081947-6683a863f8f7
github.com/spf13/cobra v1.2.1
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/miekg/dns v1.1.43 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
)

0 comments on commit 3316dac

Please sign in to comment.