mirror of https://github.com/mvdan/fdroidcl.git
Browse Source
No functional changes or regressions. Looks like one test now fails, as one app we used as part of show.txt is now deleted from the main repository.pull/68/head
3 changed files with 14 additions and 12 deletions
@ -1,10 +1,9 @@
|
||||
module mvdan.cc/fdroidcl |
||||
|
||||
go 1.14 |
||||
go 1.16 |
||||
|
||||
require ( |
||||
github.com/kr/pretty v0.2.1 |
||||
github.com/kr/text v0.2.0 // indirect |
||||
github.com/rogpeppe/go-internal v1.6.2 |
||||
github.com/kr/pretty v0.3.0 |
||||
github.com/rogpeppe/go-internal v1.8.1 |
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |
||||
) |
||||
|
||||
Loading…
Reference in new issue