clipman/go.mod
2019-05-22 11:36:39 +02:00

10 lines
296 B
Modula-2

module github.com/yory8/clipman
go 1.12
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/stretchr/testify v1.3.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)