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 git.kiefte.eu/lapingvino/clitris |
|
|
|
go 1.15 |
|
|
|
require ( |
|
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03 |
|
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect |
|
)
|
|
|