-
Notifications
You must be signed in to change notification settings - Fork 1
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
e2d3f55
commit a6ddc93
Showing
6 changed files
with
67 additions
and
52 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
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
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 |
---|---|---|
@@ -1,33 +1,36 @@ | ||
module github.com/wabarc/playback | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
toolchain go1.22.0 | ||
|
||
require ( | ||
github.com/wabarc/archive.is v1.3.0 | ||
github.com/wabarc/archive.is v1.4.0 | ||
github.com/wabarc/archive.org v1.2.0 | ||
github.com/wabarc/ghostarchive v0.1.1 | ||
github.com/wabarc/helper v0.0.0-20230418130954-be7440352bcb | ||
github.com/wabarc/logger v0.0.0-20210730133522-86bd3f31e792 | ||
github.com/wabarc/memento v0.0.0-20210703205719-adc2f8ab8bae | ||
github.com/wabarc/memento v0.0.0-20221023035729-e42d0fe1cefb | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.9.0 // indirect | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/cretz/bine v0.2.0 // indirect | ||
github.com/fatih/color v1.12.0 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/fortytw2/leaktest v1.3.0 // indirect | ||
github.com/gaukas/godicttls v0.0.3 // indirect | ||
github.com/kennygrant/sanitize v1.2.4 // indirect | ||
github.com/klauspost/compress v1.16.5 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-isatty v0.0.18 // indirect | ||
github.com/refraction-networking/utls v1.3.2 // indirect | ||
github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/quic-go/quic-go v0.41.0 // indirect | ||
github.com/refraction-networking/utls v1.6.3 // indirect | ||
github.com/wabarc/proxier v0.0.0-20230610135141-b55fe1536465 // indirect | ||
golang.org/x/crypto v0.19.0 // indirect | ||
golang.org/x/crypto v0.20.0 // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
mvdan.cc/xurls/v2 v2.4.0 // indirect | ||
mvdan.cc/xurls/v2 v2.5.0 // indirect | ||
) |
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
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
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