-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathgo.mod
23 lines (20 loc) · 1.32 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/wader/ydls
go 1.23.0
toolchain go1.23.6
require (
// bump: leaktest /github.com\/fortytw2\/leaktest v(.*)/ git:https://github.com/fortytw2/leaktest.git|^1
// bump: leaktest command go get -d github.com/fortytw2/leaktest@v$LATEST && go mod tidy
github.com/fortytw2/leaktest v1.3.0
// bump: goutubedl /github.com\/wader\/goutubedl .*-(.*)/ gitrefs:https://github.com/wader/goutubedl.git|re:%refs/heads/master%|@commit|/^(.{12})/
// bump: goutubedl command go get -d github.com/wader/goutubedl && go mod tidy
github.com/wader/goutubedl v0.0.0-20250417150709-083444e4ab87
// bump: logutils /github.com\/wader\/logutils .*-(.*)/ gitrefs:https://github.com/wader/logutils.git|re:%refs/heads/master%|@commit|/^(.{12})/
// bump: logutils command go get -d github.com/wader/logutils && go mod tidy
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654
// bump: osleaktest /github.com\/wader\/osleaktest .*-(.*)/ gitrefs:https://github.com/wader/osleaktest.git|re:%refs/heads/master%|@commit|/^(.{12})/
// bump: osleaktest command go github.com/wader/osleaktest && go mod tidy
github.com/wader/osleaktest v0.0.0-20191111175233-f643b0fed071
// bump: sync /golang.org\/x\/sync v(.*)/ depsdev:go:golang.org/x/sync|*
// bump: sync command go get -d golang.org/x/sync@v$LATEST && go mod tidy
golang.org/x/sync v0.13.0
)