1
1
module github.com/zekroTJA/shinpuru
2
2
3
- go 1.18
3
+ go 1.23
4
4
5
5
require (
6
- github.com/bwmarrin/discordgo v0.27.2-0.20240104191117-afc57886f91a
6
+ github.com/bwmarrin/discordgo v0.28.1
7
7
github.com/bwmarrin/snowflake v0.3.0
8
8
github.com/davecgh/go-spew v1.1.1
9
9
github.com/esimov/stackblur-go v1.1.0
10
- github.com/gabriel-vasile/mimetype v1.4.3
10
+ github.com/gabriel-vasile/mimetype v1.4.5
11
11
github.com/generaltso/vibrant v0.0.0-20230605224344-08d3d20033fc
12
12
github.com/go-ping/ping v1.1.0
13
13
github.com/go-redis/redis/v8 v8.11.5
14
- github.com/go-sql-driver/mysql v1.7 .1
15
- github.com/gofiber/fiber/v2 v2.52.0
14
+ github.com/go-sql-driver/mysql v1.8 .1
15
+ github.com/gofiber/fiber/v2 v2.52.5
16
16
github.com/golang-jwt/jwt/v4 v4.5.0
17
17
github.com/joho/godotenv v1.5.1
18
18
github.com/kataras/hcaptcha v0.0.2
19
19
github.com/makeworld-the-better-one/go-isemoji v1.3.0
20
20
github.com/manifoldco/promptui v0.9.0
21
21
github.com/minio/minio-go v6.0.14+incompatible
22
22
github.com/narqo/go-badge v0.0.0-20230821190521-c9a75c019a59
23
- github.com/prometheus/client_golang v1.18.0
23
+ github.com/prometheus/client_golang v1.20.4
24
24
github.com/qiangxue/fasthttp-routing v0.0.0-20160225050629-6ccdc2a18d87
25
25
github.com/ranna-go/ranna v0.3.0
26
26
github.com/robfig/cron/v3 v3.0.1
27
- github.com/rs/xid v1.5 .0
28
- github.com/sahilm/fuzzy v0.1.0
29
- github.com/sarulabs/di/v2 v2.4.2
30
- github.com/stretchr/testify v1.8.4
31
- github.com/traefik/paerser v0.2.0
32
- github.com/valyala/fasthttp v1.51 .0
27
+ github.com/rs/xid v1.6 .0
28
+ github.com/sahilm/fuzzy v0.1.1
29
+ github.com/sarulabs/di/v2 v2.5.1
30
+ github.com/stretchr/testify v1.9.0
31
+ github.com/traefik/paerser v0.2.1
32
+ github.com/valyala/fasthttp v1.56 .0
33
33
github.com/wcharczuk/go-chart v2.0.1+incompatible
34
34
github.com/zekroTJA/colorname v1.0.0
35
35
github.com/zekroTJA/ratelimit v1.1.1
36
36
github.com/zekroTJA/timedmap v1.5.2
37
37
github.com/zekrotja/dgrs v0.5.7
38
38
github.com/zekrotja/jwt v1.0.0
39
- github.com/zekrotja/ken v0.20.0
39
+ github.com/zekrotja/ken v0.20.1
40
40
github.com/zekrotja/promtail v0.0.0-20230303162843-4e609d577b74
41
- github.com/zekrotja/rogu v0.7 .0
41
+ github.com/zekrotja/rogu v0.8 .0
42
42
github.com/zekrotja/safepool v1.1.0
43
43
github.com/zekrotja/sop v0.3.1
44
- golang.org/x/image v0.15 .0
45
- golang.org/x/sys v0.16 .0
46
- golang.org/x/time v0.5 .0
44
+ golang.org/x/image v0.20 .0
45
+ golang.org/x/sys v0.25 .0
46
+ golang.org/x/time v0.6 .0
47
47
gopkg.in/yaml.v2 v2.4.0
48
48
)
49
49
50
50
require (
51
- github.com/BurntSushi/toml v1.3.2 // indirect
51
+ filippo.io/edwards25519 v1.1.0 // indirect
52
+ github.com/BurntSushi/toml v1.4.0 // indirect
52
53
github.com/andybalholm/brotli v1.1.0 // indirect
53
54
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
54
55
github.com/beorn7/perks v1.0.1 // indirect
55
56
github.com/blend/go-sdk v2.0.0+incompatible // indirect
56
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
57
- github.com/charmbracelet/lipgloss v0.9.1 // indirect
57
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
58
+ github.com/charmbracelet/lipgloss v0.13.0 // indirect
59
+ github.com/charmbracelet/x/ansi v0.3.2 // indirect
58
60
github.com/chzyer/readline v1.5.1 // indirect
59
61
github.com/dayvonjersen/sadbox v0.0.0-20120828195626-27893f92b8ce // indirect
60
62
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
@@ -63,32 +65,33 @@ require (
63
65
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
64
66
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
65
67
github.com/golang/protobuf v1.5.3 // indirect
66
- github.com/google/uuid v1.5 .0 // indirect
67
- github.com/gorilla/websocket v1.5.1 // indirect
68
- github.com/klauspost/compress v1.17.4 // indirect
68
+ github.com/google/uuid v1.6 .0 // indirect
69
+ github.com/gorilla/websocket v1.5.3 // indirect
70
+ github.com/klauspost/compress v1.17.10 // indirect
69
71
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
70
72
github.com/mattn/go-colorable v0.1.13 // indirect
71
73
github.com/mattn/go-isatty v0.0.20 // indirect
72
- github.com/mattn/go-runewidth v0.0.15 // indirect
74
+ github.com/mattn/go-runewidth v0.0.16 // indirect
73
75
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
74
76
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
75
77
github.com/mitchellh/go-homedir v1.1.0 // indirect
76
78
github.com/muesli/reflow v0.3.0 // indirect
77
79
github.com/muesli/termenv v0.15.2 // indirect
80
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
78
81
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
79
82
github.com/pmezard/go-difflib v1.0.0 // indirect
80
- github.com/prometheus/client_model v0.5.0 // indirect
81
- github.com/prometheus/common v0.45.0 // indirect
82
- github.com/prometheus/procfs v0.12.0 // indirect
83
- github.com/rivo/uniseg v0.4.4 // indirect
84
- github.com/stretchr/objx v0.5.1 // indirect
83
+ github.com/prometheus/client_model v0.6.1 // indirect
84
+ github.com/prometheus/common v0.59.1 // indirect
85
+ github.com/prometheus/procfs v0.15.1 // indirect
86
+ github.com/rivo/uniseg v0.4.7 // indirect
87
+ github.com/stretchr/objx v0.5.2 // indirect
85
88
github.com/valyala/bytebufferpool v1.0.0 // indirect
86
89
github.com/valyala/tcplisten v1.0.0 // indirect
87
- golang.org/x/crypto v0.18 .0 // indirect
88
- golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
89
- golang.org/x/net v0.20 .0 // indirect
90
- golang.org/x/sync v0.6 .0 // indirect
91
- golang.org/x/text v0.14 .0 // indirect
92
- google.golang.org/protobuf v1.32.0 // indirect
90
+ golang.org/x/crypto v0.27 .0 // indirect
91
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
92
+ golang.org/x/net v0.29 .0 // indirect
93
+ golang.org/x/sync v0.8 .0 // indirect
94
+ golang.org/x/text v0.18 .0 // indirect
95
+ google.golang.org/protobuf v1.34.2 // indirect
93
96
gopkg.in/yaml.v3 v3.0.1 // indirect
94
97
)
0 commit comments