-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
41 lines (37 loc) · 1.43 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/nguyenvanduocit/epubtrans
go 1.23
toolchain go1.23.2
require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/PuerkitoBio/goquery v1.10.0
github.com/dgraph-io/ristretto v0.2.0
github.com/gofiber/fiber/v2 v2.52.5
github.com/liushuangls/go-anthropic/v2 v2.9.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.1
golang.org/x/net v0.30.0
golang.org/x/sync v0.8.0
golang.org/x/time v0.7.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/golang/glog v1.2.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.57.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)