The sandbox had BRAVE_API_KEY set, causing the env override to win over the config file value in the test assertion.
13 lines
235 B
Modula-2
13 lines
235 B
Modula-2
module github.com/ashie/gosearch
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/PuerkitoBio/goquery v1.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
golang.org/x/net v0.52.0 // indirect
|
|
)
|