File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments