-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathgo.mod
25 lines (23 loc) · 1.01 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
module github.com/iopred/bruxism
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/atotto/clipboard v0.1.4
github.com/bwmarrin/discordgo v0.25.0
github.com/dustin/go-humanize v1.0.0
github.com/fluffle/goirc v1.2.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/iopred/comicgen v0.0.0-20201007025231-1d7f3d63a039
github.com/lithammer/fuzzysearch v1.1.3
github.com/nlopes/slack v0.6.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
gonum.org/v1/netlib v0.0.0-20210927171344-7274ea1d1842 // indirect
gonum.org/v1/plot v0.10.0
google.golang.org/api v0.81.0
google.golang.org/genproto v0.0.0-20220531173845-685668d2de03 // indirect
google.golang.org/grpc v1.47.0 // indirect
)
go 1.14