-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathgo.mod
22 lines (19 loc) · 761 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
module github.com/b1naryth1ef/sneaker
go 1.17
require (
github.com/alioygur/gores v1.2.2
github.com/b1naryth1ef/jambon v0.0.4-0.20220109012622-92223168294c
github.com/bwmarrin/discordgo v0.23.3-0.20211228023845-29269347e820
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.0
github.com/urfave/cli/v2 v2.3.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spkg/bom v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)