13 lines
371 B
Modula-2
13 lines
371 B
Modula-2
|
module github.com/fat0troll/yapusher
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
||
|
github.com/rs/zerolog v1.13.0
|
||
|
github.com/stretchr/testify v1.3.0 // indirect
|
||
|
gitlab.com/pztrn/flagger v0.0.0-20190122123836-d429d7149cc9
|
||
|
gitlab.com/pztrn/go-uuid v0.0.0-20190208164458-d6cc46783d2b
|
||
|
)
|