-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
28 lines (25 loc) · 947 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
23
24
25
26
27
28
module github.com/guervild/uru
go 1.19
require (
github.com/Binject/debug v0.0.0-20210312092933-6277045c2fdf
github.com/Binject/go-donut v0.0.0-20210701074227-67a31e2d883e
github.com/gorilla/mux v1.8.0
github.com/josephspurrier/goversioninfo v1.3.0
github.com/rs/zerolog v1.26.1
github.com/saferwall/pe v1.3.4
github.com/spf13/cobra v1.4.0
gopkg.in/yaml.v3 v3.0.0
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)