clipman/go.mod

13 lines
402 B
Modula-2
Raw Normal View History

2019-05-22 11:36:39 +02:00
module github.com/yory8/clipman
2019-03-22 15:13:41 +01:00
go 1.13
require (
2019-08-02 16:02:00 +02:00
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190910110746-680d30ca3117 // indirect
2019-08-20 18:54:42 +02:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
2019-08-20 18:54:42 +02:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)