-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (17 loc) · 763 Bytes
/
go.mod
File metadata and controls
21 lines (17 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/0xSegFaulted/demise
replace github.com/0xSegFaulted/demise => C:/msys64/home/22noa/projects/go/src/github.com/0xSegFaulted/demise
go 1.18
require (
github.com/bwmarrin/discordgo v0.25.0
github.com/go-cmd/cmd v1.4.1
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48
)
require (
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
)