-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (34 loc) · 1.46 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
35
36
37
module github.com/bmc-toolbox/bmclib-tester
go 1.20
require (
github.com/bmc-toolbox/bmclib/v2 v2.0.1-0.20230503085341-8712352acf71
github.com/go-logr/logr v1.2.3
github.com/go-logr/zerologr v1.2.3
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/jacobweinstock/registrar v0.4.6
github.com/rs/zerolog v1.29.0
github.com/spf13/cobra v1.6.1
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
)
require (
github.com/VictorLowther/simplexml v0.0.0-20180716164440-0bff93621230 // indirect
github.com/VictorLowther/soap v0.0.0-20150314151524-8e36fca84b22 // indirect
github.com/bmc-toolbox/common v0.0.0-20230220061748-93ff001f4a1d // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jacobweinstock/iamt v0.0.0-20230304043040-a6b4a1001123 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stmcginnis/gofish v0.14.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)