This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
gowaybarplug/go.mod
Jim Ramsay d76d56b393 Initial waybar plugin framework for go
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
2022-08-01 12:19:10 -04:00

12 lines
332 B
Modula-2

module github.com/lack/gowaybarplug
go 1.18
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/xorcare/pointer v1.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)