forked from BasedDevelopment/aiChan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 866 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
module github.com/ericzty/aiChan
go 1.18
require github.com/bwmarrin/discordgo v0.26.1
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/itchyny/gojq v0.12.10 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/knadh/koanf v1.4.4 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/rs/zerolog v1.28.0 // indirect
github.com/savaki/jq v0.0.0-20161209013833-0e6baecebbf8 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.2.0 // indirect
)