-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathversions.yaml
83 lines (64 loc) · 2.27 KB
/
versions.yaml
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
module-sets:
stable:
version: v3.0.0
modules:
- github.com/go-fries/fries/v3
- github.com/go-fries/fries/errors/v3
- github.com/go-fries/fries/coroutines/v3
- github.com/go-fries/fries/constraints/v3
- github.com/go-fries/fries/contract/v3
# Cache
- github.com/go-fries/fries/cache/v3
- github.com/go-fries/fries/cache/redis/v3
## Crontab
- github.com/go-fries/fries/crontab/v3
- github.com/go-fries/fries/crontab/example/v3
# Codec
- github.com/go-fries/fries/codec/v3
- github.com/go-fries/fries/codec/json/v3
- github.com/go-fries/fries/codec/msgpack/v3
# Config
- github.com/go-fries/fries/config/v3
# Chi
- github.com/go-fries/fries/chi/v3
# Env
- github.com/go-fries/fries/env/v3
# Encrypter
- github.com/go-fries/fries/encrypter/v3
# Ent
- github.com/go-fries/fries/ent/v3
- github.com/go-fries/fries/ent/multidriver/v3
# Eventbus
- github.com/go-fries/fries/eventbus/v3
# Features
- github.com/go-fries/fries/features/v3
# Foundation
- github.com/go-fries/fries/foundation/v3
# Gin
- github.com/go-fries/fries/gin/v3
- github.com/go-fries/fries/gin/middleware/tracing/v3
# Hyperf
- github.com/go-fries/fries/hyperf/jet/v3
- github.com/go-fries/fries/hyperf/jet/middleware/logging/v3
- github.com/go-fries/fries/hyperf/jet/middleware/recovery/v3
- github.com/go-fries/fries/hyperf/jet/middleware/retry/v3
- github.com/go-fries/fries/hyperf/jet/middleware/timeout/v3
- github.com/go-fries/fries/hyperf/jet/middleware/tracing/v3
# Locker
- github.com/go-fries/fries/locker/v3
- github.com/go-fries/fries/locker/redis/v3
# Signal
- github.com/go-fries/fries/signal/v3
# Support
- github.com/go-fries/fries/support/v3
# Timezone
- github.com/go-fries/fries/timezone/v3
# UDP
- github.com/go-fries/fries/udp/v3
# X (Extra)
- github.com/go-fries/fries/x/event/v3
- github.com/go-fries/fries/x/pagination/v3
- github.com/go-fries/fries/x/prints/v3
- github.com/go-fries/fries/x/snap/v3
excluded-modules:
- github.com/go-fries/fries/internal/tools/v3