-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgo.mod
More file actions
128 lines (123 loc) · 5.22 KB
/
Copy pathgo.mod
File metadata and controls
128 lines (123 loc) · 5.22 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
module github.com/tgulacsi/go
require (
codeberg.org/go-pdf/fpdf v0.11.0
github.com/BurntSushi/toml v1.2.1
github.com/UNO-SOFT/zlog v0.8.6
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-json-experiment/json v0.0.0-20260623181947-01eb4420fa68
github.com/go-kit/log v0.2.1
github.com/go-logr/logr v1.4.3
github.com/go-logr/zerologr v1.2.3
github.com/google/go-cmp v0.7.0
github.com/google/renameio/v2 v2.0.2
github.com/google/uuid v1.6.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/joshuarubin/go-sway v1.2.0
github.com/klauspost/compress v1.18.5
github.com/kylelemons/godebug v1.1.0
github.com/oklog/ulid/v2 v2.1.1
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.12.1
github.com/peterbourgon/ff/v3 v3.4.0
github.com/peterbourgon/ff/v4 v4.0.0-beta.1
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/sony/gobreaker/v2 v2.4.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/tmc/langchaingo v0.1.12
github.com/valyala/quicktemplate v1.8.0
golang.org/x/crypto v0.54.0
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
golang.org/x/net v0.57.0
golang.org/x/sync v0.22.0
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
golang.org/x/text v0.40.0
golang.org/x/time v0.5.0
golang.org/x/tools v0.48.0
perkeep.org v0.0.0-20230124163929-44b1dbe0f64f
software.sslmate.com/src/go-pkcs12 v0.7.1
)
require (
cloud.google.com/go/compute/metadata v0.9.0 // indirect
github.com/KimMachineGun/automemlimit v0.7.5 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dkorunic/betteralign v0.12.0 // 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.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.2.5 // 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/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hhrutter/lzw v1.0.0 // indirect
github.com/hhrutter/pkcs7 v0.2.2 // indirect
github.com/hhrutter/tiff v1.0.3 // indirect
github.com/joshuarubin/lifecycle v1.0.0 // 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.24 // 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/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
golang.org/x/image v0.41.0 // indirect
golang.org/x/mod v0.38.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
google.golang.org/grpc v1.81.1 // indirect
google.golang.org/protobuf v1.36.11 // 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.26
tool (
codeberg.org/go-pdf/fpdf/makefont
github.com/dkorunic/betteralign/cmd/betteralign
github.com/tgulacsi/go/pdfreport
)
replace github.com/peterbourgon/ff/v4 v4.0.0-beta.1 => github.com/UNO-SOFT/ff/v4 v4.0.0-beta.1.us