2019-09-14 18:46:01 +04:00
|
|
|
module gitlab.com/fat0troll/uploader_tools
|
|
|
|
|
|
|
|
go 1.13
|
2019-09-14 18:51:32 +04:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
|
|
|
github.com/rs/zerolog v1.15.0
|
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
|
|
gitlab.com/pztrn/flagger v0.0.0-20190122123836-d429d7149cc9
|
|
|
|
)
|