We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847055a commit 8c75d27Copy full SHA for 8c75d27
.goreleaser.yaml
@@ -1,3 +1,4 @@
1
+version: 2
2
before:
3
hooks:
4
- go mod tidy
go.mod
@@ -5,6 +5,7 @@ go 1.20
5
require (
6
github.com/gizak/termui/v3 v3.1.0
7
github.com/shirou/gopsutil v3.21.11+incompatible
8
+ howett.net/plist v1.0.1
9
)
10
11
@@ -17,5 +18,4 @@ require (
17
18
github.com/stretchr/testify v1.2.2 // indirect
19
github.com/yusufpapurcu/wmi v1.2.4 // indirect
20
golang.org/x/sys v0.19.0 // indirect
- howett.net/plist v1.0.1 // indirect
21
0 commit comments