Skip to content

Commit 9d216ca

Browse files
Switch from browserutils/kooky to j178/kooky
`go mod tidy` can fix versions once the PR merges.
1 parent 4f58d1f commit 9d216ca

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/PuerkitoBio/goquery v1.10.3
99
github.com/avast/retry-go v3.0.0+incompatible
1010
github.com/briandowns/spinner v1.23.2
11-
github.com/browserutils/kooky v0.0.0-20250804175718-ba1e2a20167c
11+
github.com/j178/kooky v0.0.0-00010101000000-000000000000
1212
github.com/charmbracelet/bubbles v0.21.0
1313
github.com/charmbracelet/bubbletea v1.3.6
1414
github.com/charmbracelet/glamour v0.10.0
@@ -113,5 +113,3 @@ require (
113113
modernc.org/sqlite v1.38.0 // indirect
114114
www.velocidex.com/golang/go-ese v0.2.0 // indirect
115115
)
116-
117-
replace github.com/browserutils/kooky => github.com/phantompunk/kooky v0.0.0-20250804175718-ba1e2a20167c

leetcode/credential.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ import (
1212
"time"
1313

1414
"github.com/charmbracelet/log"
15-
"github.com/browserutils/kooky"
16-
_ "github.com/browserutils/kooky/browser/brave"
17-
_ "github.com/browserutils/kooky/browser/chrome"
18-
_ "github.com/browserutils/kooky/browser/edge"
19-
_ "github.com/browserutils/kooky/browser/firefox"
20-
_ "github.com/browserutils/kooky/browser/safari"
15+
"github.com/j178/kooky"
16+
_ "github.com/j178/kooky/browser/brave"
17+
_ "github.com/j178/kooky/browser/chrome"
18+
_ "github.com/j178/kooky/browser/edge"
19+
_ "github.com/j178/kooky/browser/firefox"
20+
_ "github.com/j178/kooky/browser/safari"
2121

2222
"github.com/j178/leetgo/config"
2323
)

0 commit comments

Comments
 (0)