-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
34 lines (29 loc) · 1.24 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
module heckel.io/replbot
go 1.17
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/bwmarrin/discordgo v0.23.3-0.20210811014036-f7454d039f3a
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/gliderlabs/ssh v0.3.3
github.com/pkg/errors v0.9.1 // indirect
github.com/slack-go/slack v0.9.4
github.com/stretchr/testify v1.2.2
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/tidwall/gjson v1.9.1 // indirect
github.com/tidwall/match v1.0.3 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/sjson v1.2.2 // indirect
)
replace github.com/bwmarrin/discordgo => github.com/binwiederhier/discordgo v0.23.3-0.20210824013058-32da67e86a5d
// replace github.com/bwmarrin/discordgo => /home/pheckel/Code/discordgo