forked from zekroTJA/shinpuru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
80 lines (77 loc) · 3.54 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
module github.com/zekroTJA/shinpuru
go 1.18
require (
github.com/bwmarrin/discordgo v0.25.0
github.com/bwmarrin/snowflake v0.3.0
github.com/esimov/stackblur-go v1.1.0
github.com/gabriel-vasile/mimetype v1.4.0
github.com/generaltso/vibrant v0.0.0-20200703055536-90f922bee78c
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534
github.com/go-redis/redis/v8 v8.11.5
github.com/go-sql-driver/mysql v1.6.0
github.com/gofiber/fiber/v2 v2.29.0
github.com/golang-jwt/jwt/v4 v4.4.2
github.com/joho/godotenv v1.4.0
github.com/kataras/hcaptcha v0.0.0-20200711031247-2927d4faf32f
github.com/makeworld-the-better-one/go-isemoji v1.3.0
github.com/manifoldco/promptui v0.9.0
github.com/minio/minio-go v6.0.14+incompatible
github.com/narqo/go-badge v0.0.0-20220127184443-140af28a266e
github.com/prometheus/client_golang v1.12.1
github.com/qiangxue/fasthttp-routing v0.0.0-20160225050629-6ccdc2a18d87
github.com/ranna-go/ranna v0.3.0
github.com/robfig/cron/v3 v3.0.1
github.com/sarulabs/di/v2 v2.4.2
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.8.0
github.com/traefik/paerser v0.1.5
github.com/valyala/fasthttp v1.34.0
github.com/wcharczuk/go-chart v2.0.1+incompatible
github.com/zekroTJA/colorname v1.0.0
github.com/zekroTJA/ratelimit v1.1.0
github.com/zekroTJA/timedmap v1.4.0
github.com/zekrotja/dgrs v0.5.5
github.com/zekrotja/ken v0.14.0
github.com/zekrotja/sop v0.3.1
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/BurntSushi/toml v1.0.0 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blend/go-sdk v2.0.0+incompatible // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dayvonjersen/sadbox v0.0.0-20120828195626-27893f92b8ce // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-ini/ini v1.66.4 // indirect
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
golang.org/x/exp v0.0.0-20220317015231-48e79f11773a // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)