18 lines
328 B
Modula-2
18 lines
328 B
Modula-2
module rtt-polybar-waybar
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/montanaflynn/stats v0.7.1
|
|
github.com/prometheus-community/pro-bing v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
)
|