Skip to content

Commit 8c75d27

Browse files
committed
Update goreleaser
1 parent 847055a commit 8c75d27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
before:
23
hooks:
34
- go mod tidy

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.20
55
require (
66
github.com/gizak/termui/v3 v3.1.0
77
github.com/shirou/gopsutil v3.21.11+incompatible
8+
howett.net/plist v1.0.1
89
)
910

1011
require (
@@ -17,5 +18,4 @@ require (
1718
github.com/stretchr/testify v1.2.2 // indirect
1819
github.com/yusufpapurcu/wmi v1.2.4 // indirect
1920
golang.org/x/sys v0.19.0 // indirect
20-
howett.net/plist v1.0.1 // indirect
2121
)

0 commit comments

Comments
 (0)