-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 1018 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
module github.com/Nv7-Github/bsharp
go 1.18
require (
github.com/Nv7-Github/sevcord v0.0.0-20220730050849-c1404889e919
github.com/alexflint/go-arg v1.4.3
github.com/davecgh/go-spew v1.1.1
github.com/tliron/glsp v0.1.1
github.com/tliron/kutil v0.1.57
)
require (
github.com/alexflint/go-scalar v1.1.0 // indirect
github.com/bwmarrin/discordgo v0.23.3-0.20220428212307-9e0783c37f5d // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
github.com/sourcegraph/jsonrpc2 v0.1.0 // indirect
github.com/zchee/color/v2 v2.0.6 // indirect
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)