-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
56 lines (53 loc) · 2.23 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
module github.com/twipi/twidiscord
go 1.22.0
require (
github.com/diamondburned/arikawa/v3 v3.3.5
github.com/diamondburned/ningen/v3 v3.0.0
github.com/pkg/errors v0.9.1
github.com/puzpuzpuz/xsync/v3 v3.1.0
github.com/sahilm/fuzzy v0.1.1
github.com/spf13/pflag v1.0.5
github.com/twipi/pubsub v0.0.0-20240419070506-7024f4e9981d
github.com/twipi/twipi v0.0.0-20240507090021-c01fb8b75798
github.com/xhit/go-str2duration/v2 v2.1.0
github.com/yuin/goldmark v1.5.2
golang.org/x/sync v0.6.0
google.golang.org/protobuf v1.33.0
libdb.so/hserve v0.0.0-20230404043009-95e112a6e0a5
libdb.so/lazymigrate v0.0.0-20240221022551-223d9b492a64
modernc.org/sqlite v1.29.6
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-chi/chi/v5 v5.0.8 // indirect
github.com/go-chi/cors v1.2.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/schema v1.3.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/twmb/murmur3 v1.1.8 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/time v0.5.0 // indirect
libdb.so/ctxt v0.0.0-20240229093153-2db38a5d3c12 // indirect
libdb.so/hrt v0.0.0-20240421082846-86ff8f6e2d0e // indirect
libdb.so/hrtclient v0.0.0-20240421080023-4dbf5f693ee7 // indirect
libdb.so/hrtproto v0.0.0-20240420095506-31b8f7cf483c // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.41.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/token v1.1.0 // indirect
)