-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cacdc2
commit b46dd4b
Showing
3 changed files
with
486 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module vdl | ||
|
||
go 1.22.0 | ||
|
||
require github.com/PuerkitoBio/goquery v1.9.1 | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/bodgit/plumbing v1.3.0 // indirect | ||
github.com/bodgit/sevenzip v1.5.0 // indirect | ||
github.com/bodgit/windows v1.0.1 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/klauspost/compress v1.17.6 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
) |
Oops, something went wrong.