-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (22 loc) · 833 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
module github.com/neurlang/goruut
go 1.22
require (
github.com/gorilla/mux v1.8.1
github.com/klauspost/compress v1.18.0
github.com/martinarisk/di v0.0.3
github.com/maypok86/otter v1.2.1
github.com/neurlang/NumToWordsGo v0.0.0-20250407021724-7b23483906ba
github.com/neurlang/classifier v0.1.9-0.20250408144327-4f540b9a1e3c
github.com/neurlang/levenshtein v0.1.0
github.com/sirupsen/logrus v1.9.3
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
golang.org/x/text v0.3.3
)
require (
github.com/dolthub/maphash v0.1.0 // indirect
github.com/gammazero/deque v0.2.1 // indirect
github.com/jbarham/primegen v0.0.0-20200302115600-8ce4838491a0 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/neurlang/quaternary v0.1.1 // indirect
golang.org/x/sys v0.5.0 // indirect
)