2019-05-22 11:36:39 +02:00
|
|
|
module github.com/yory8/clipman
|
2019-03-22 15:13:41 +01:00
|
|
|
|
2019-09-16 19:39:53 +02:00
|
|
|
go 1.13
|
2019-03-22 16:25:09 +01:00
|
|
|
|
|
|
|
require (
|
2019-08-02 16:02:00 +02:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
2019-10-15 19:40:16 +02:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
2020-02-25 10:08:02 +01:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2019-03-22 16:25:09 +01:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
)
|