-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (26 loc) · 947 Bytes
/
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 Mashiron-V
go 1.19
require (
github.com/BurntSushi/toml v1.3.2
github.com/bwmarrin/discordgo v0.27.1
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/dop251/goja v0.0.0-20231014103939-873a1496dc8e
github.com/goccy/go-yaml v1.11.2
)
require (
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/koron/go-dproxy v1.3.0
github.com/patrickmn/go-cache v2.1.0+incompatible
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0
)