Add bump go get and links

This commit is contained in:
Mattias Wadman
2021-01-03 18:47:11 +01:00
parent 97d1a3c718
commit 97fb07b957
4 changed files with 10 additions and 3 deletions

6
go.mod
View File

@ -3,6 +3,10 @@ module github.com/wader/goutubedl
go 1.12
require (
// bump: leaktest /github.com\/fortytw2\/leaktest v(.*)/ git:https://github.com/fortytw2/leaktest.git|^1
// bump: leaktest command go get github.com/fortytw2/leaktest@v$LATEST && go mod tidy
github.com/fortytw2/leaktest v1.3.0
github.com/wader/osleaktest v0.0.0-20190723190525-c53af4cfc4a3
// bump: osleaktest /github.com\/wader\/osleaktest .*-(.*)/ gitrefs:https://github.com/wader/osleaktest.git|re:%refs/heads/master%|@commit|/^(.{12})/
// bump: osleaktest command go get github.com/wader/osleaktest && go mod tidy
github.com/wader/osleaktest v0.0.0-20191111175233-f643b0fed071
)