-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
34 lines (31 loc) · 1.34 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
30
31
32
33
34
module github.com/fkautz/gitbom-go
go 1.18
require (
github.com/facebookgo/symwalk v0.0.0-20150726040526-42004b9f3222
github.com/rwxrob/bonzai v0.0.35
github.com/rwxrob/cmdbox v0.7.8
github.com/stretchr/testify v1.7.1
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/facebookgo/testname v0.0.0-20150612200628-5443337c3a12 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rwxrob/config v0.3.1 // indirect
github.com/rwxrob/fn v0.3.0 // indirect
github.com/rwxrob/fs v0.4.2 // indirect
github.com/rwxrob/json v0.4.1 // indirect
github.com/rwxrob/structs v0.5.0 // indirect
github.com/rwxrob/term v0.1.4 // indirect
github.com/rwxrob/to v0.2.1 // indirect
github.com/rwxrob/y2j v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)