mirror of
https://github.com/Xevion/scla-unsubscribe.git
synced 2025-12-09 02:08:31 -06:00
cookie jar, separate no-read DoRequest helper, graceful signal capture
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,10 +3,16 @@ module unsubscribe
|
||||
go 1.21.3
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
github.com/corpix/uarand v0.0.0-20170723150923-031be390f409 // indirect
|
||||
github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
||||
github.com/rs/zerolog v1.31.0 // indirect
|
||||
github.com/samber/lo v1.39.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
||||
golang.org/x/net v0.7.0 // indirect
|
||||
golang.org/x/sys v0.12.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user