2019-02-28 18:22:26 +00:00
|
|
|
module github.com/Luzifer/go_helpers/v2
|
|
|
|
|
|
|
|
go 1.12
|
2019-02-28 19:15:04 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
|
|
|
|
github.com/leekchan/gtf v0.0.0-20190214083521-5fba33c5b00b
|
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
)
|