You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
243 B
11 lines
243 B
3 years ago
|
module i3barista.reya.zone
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
barista.run v0.0.0-20210701172726-58d911037491
|
||
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
||
|
github.com/martinlindhe/unit v0.0.0-20210313160520-19b60e03648d
|
||
|
github.com/zalando/go-keyring v0.1.1
|
||
|
)
|