gostations/go.mod

10 lines
202 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
2021-03-17 19:11:18 +00:00
github.com/stretchr/testify v1.4.0
2021-03-16 23:06:20 +00:00
)