-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.07 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
module github.com/twipi/twittt
go 1.22.0
require (
github.com/puzpuzpuz/xsync/v3 v3.1.0
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
golang.org/x/sync v0.6.0
google.golang.org/protobuf v1.33.0
libdb.so/hserve v0.0.0-20230404043009-95e112a6e0a5
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/go-chi/chi/v5 v5.0.8 // indirect
github.com/go-chi/cors v1.2.1 // indirect
github.com/pkg/errors v0.9.1 // 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
golang.org/x/sys v0.19.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
)