gostations/go.mod

9 lines
166 B
Modula-2
Raw Normal View History

2021-03-16 12:32:59 +00:00
module github.com/gmgauthier/gostations
2021-03-16 07:34:04 +00:00
go 1.16
2021-03-16 12:32:59 +00:00
2021-03-16 23:06:20 +00:00
require (
github.com/alyu/configparser v0.0.0-20191103060215-744e9a66e7bc
github.com/dixonwille/wmenu/v5 v5.1.0
)