-
Notifications
You must be signed in to change notification settings - Fork 64
/
go.mod
111 lines (107 loc) · 4.52 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
module github.com/tgulacsi/go
require (
github.com/BurntSushi/toml v1.2.1
github.com/UNO-SOFT/zlog v0.7.7
github.com/clipperhouse/uax29 v1.14.0
github.com/dgraph-io/badger/v2 v2.2007.4
github.com/dgryski/go-linebreak v0.0.0-20180812204043-d8f37254e7d3
github.com/emersion/go-message v0.18.1
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
github.com/go-kit/log v0.2.1
github.com/go-logr/logr v1.4.1
github.com/go-logr/zerologr v1.2.3
github.com/godbus/dbus/v5 v5.1.0
github.com/google/go-cmp v0.6.0
github.com/google/renameio/v2 v2.0.0
github.com/hack-pad/hackpadfs v0.2.0
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/jacobsa/fuse v0.0.0-20230509090321-7263f3a2b474
github.com/jung-kurt/gofpdf v1.16.2
github.com/klauspost/compress v1.17.6
github.com/kylelemons/godebug v1.1.0
github.com/kylewolfe/soaptrip v0.0.0-20160108184655-f6f12afc06a9
github.com/opentracing/basictracer-go v1.1.0
github.com/opentracing/opentracing-go v1.2.0
github.com/outcaste-io/badger/v3 v3.2202.0
github.com/pdfcpu/pdfcpu v0.7.0
github.com/peterbourgon/ff/v3 v3.4.0
github.com/rogpeppe/retry v0.1.0
github.com/rs/zerolog v1.31.0
github.com/sloonz/go-qprintable v0.0.0-20210417175225-715103f9e6eb
github.com/sony/gobreaker v0.5.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/tmc/langchaingo v0.1.12
github.com/valyala/quicktemplate v1.7.0
golang.org/x/crypto v0.26.0
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f
golang.org/x/net v0.28.0
golang.org/x/sync v0.8.0
golang.org/x/sys v0.23.0
golang.org/x/term v0.23.0
golang.org/x/text v0.17.0
golang.org/x/time v0.5.0
perkeep.org v0.0.0-20230124163929-44b1dbe0f64f
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v23.5.26+incompatible // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hhrutter/lzw v1.0.0 // indirect
github.com/hhrutter/tiff v1.0.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // 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.15 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.16.2 // indirect
github.com/onsi/gomega v1.13.0 // indirect
github.com/outcaste-io/ristretto v0.2.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/smartystreets/assertions v1.13.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
golang.org/x/image v0.19.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
modernc.org/fileutil v1.1.2 // indirect
modernc.org/internal v1.0.6 // indirect
modernc.org/kv v1.0.5 // indirect
modernc.org/libc v1.22.2 // indirect
modernc.org/lldb v1.0.5 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.5.0 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/sortutil v1.1.1 // indirect
modernc.org/sqlite v1.20.4 // indirect
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.1.0 // indirect
modernc.org/zappy v1.0.6 // indirect
)
go 1.22.0
toolchain go1.22.6