forked from martinohmann/barista-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 926 Bytes
/
Copy pathgo.mod
File metadata and controls
29 lines (25 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/martinohmann/barista-contrib
go 1.22
replace github.com/soumya92/barista => ../barista
require (
github.com/jfreymuth/pulse v0.1.1
github.com/martinlindhe/unit v0.0.0-20220817221856-f7b595b5f97e
github.com/prometheus/procfs v0.0.11
github.com/soumya92/barista v0.0.0-20240625171803-069b4f375d00
github.com/stretchr/testify v1.9.0
golang.org/x/time v0.5.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/oauth2 v0.19.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)