-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 892 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
module github.com/loosehose/gobble
go 1.17
require (
github.com/Binject/debug v0.0.0-20211007083345-9605c99179ee
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/spf13/cobra v1.4.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4 // indirect
github.com/davecgh/go-spew v1.1.1 // 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
github.com/timwhitez/Doge-Gabh v1.9.2 // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)