forked from Special-K-s-Flightsim-Bots/sneaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 796 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 796 Bytes
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/SPAS79/sneakerGCI
go 1.17
require (
github.com/alioygur/gores v1.2.2
github.com/b1naryth1ef/jambon v0.0.4-0.20220527200438-d39a4cc60cbe
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/SPAS79/sneakerGCI v0.0.7
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
)