-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (25 loc) · 863 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/shiroyk/ski
go 1.23
toolchain go1.23.0
require (
github.com/PuerkitoBio/goquery v1.10.0
github.com/andybalholm/cascadia v1.3.2
github.com/antchfx/htmlquery v1.3.3
github.com/antchfx/xpath v1.3.2
github.com/dlclark/regexp2 v1.11.4
github.com/grafana/sobek v0.0.0-20240927094302-19dd311f018f
github.com/ohler55/ojg v1.25.0
github.com/spf13/cast v1.7.0
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.30.0
golang.org/x/net v0.32.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/pprof v0.0.0-20241009165004-a3522334989c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.21.0 // indirect
)