-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 1.14 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
26
27
28
29
module github.com/scjalliance/resourceful
go 1.21
require (
github.com/AndrewBurian/eventsource/v2 v2.1.1
github.com/alecthomas/kong v0.8.1
github.com/boltdb/bolt v1.3.1
github.com/gentlemanautomaton/cmdline v0.0.0-20190611233644-681aa5e68f1c
github.com/gentlemanautomaton/filework v0.0.0-20211022185706-4a619ea5c114
github.com/gentlemanautomaton/serviceresolver v0.0.0-20170610230857-ab6252c30a66
github.com/gentlemanautomaton/stathat v0.0.0-20221118040915-c947911977e3
github.com/gentlemanautomaton/winproc v0.0.0-20230429212231-99bc6c1427e7
github.com/gentlemanautomaton/winservice v0.0.0-20220909024252-b5af3981ff2a
github.com/gentlemanautomaton/winsession v0.0.0-20190913093530-51074a19fcd1
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
github.com/josephspurrier/goversioninfo v1.4.0
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
github.com/mitchellh/go-ps v1.0.0
golang.org/x/crypto v0.31.0
golang.org/x/sys v0.28.0
golang.org/x/text v0.21.0
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
)