2019-05-22 11:36:39 +02:00
|
|
|
module github.com/yory8/clipman
|
2019-03-22 15:13:41 +01:00
|
|
|
|
|
|
|
go 1.12
|
2019-03-22 16:25:09 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
2019-07-04 23:28:25 +02:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2019-03-22 16:25:09 +01:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
)
|