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.
|
module barista
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
barista.run v0.0.0-20210724204839-32474b6f85a7
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
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
|
|
)
|
|
|