forked from VINXIS/maquiaBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1.11 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 maquiaBot
go 1.14
require (
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/bwmarrin/discordgo v0.22.0
github.com/disintegration/imaging v1.6.2
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/esimov/pigo v1.4.2
github.com/fogleman/gg v1.3.0
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jinzhu/gorm v1.9.14
github.com/natsukagami/go-osu-parser v0.0.0-20180720153006-fea426291a5b
github.com/ulikunitz/xz v0.5.7
github.com/wcharczuk/go-chart v2.0.2-0.20190910040548-3a7bc5543113+incompatible
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
golang.org/x/sys v0.0.0-20201231184435-2d18734c6014 // indirect
)