mirror of
https://github.com/nboughton/dotfiles
synced 2025-02-22 01:21:06 +01:00
11 lines
334 B
Modula-2
11 lines
334 B
Modula-2
module github.com/nboughton/dotfiles/waybar/modules/auroch
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/mikkeloscar/aur v0.0.0-20200113170522-1cb4e2949656
|
|
github.com/nboughton/dotfiles/waybar/modules/gobar v0.0.0-20201211010159-7e71ce72bdd2
|
|
)
|