5
5
require (
6
6
github.com/go-logr/logr v1.2.3
7
7
github.com/google/uuid v1.3.0
8
- github.com/metal-stack/firewall-controller v1.1.3
8
+ github.com/metal-stack/firewall-controller v1.1.5
9
9
github.com/metal-stack/v v1.0.3
10
10
github.com/onsi/ginkgo v1.16.5
11
11
github.com/onsi/gomega v1.19.0
@@ -22,26 +22,24 @@ require (
22
22
)
23
23
24
24
require (
25
- cloud.google.com/go/compute v1.5.0 // indirect
26
- github.com/PuerkitoBio/purell v1.1.1 // indirect
27
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
25
+ cloud.google.com/go/compute v1.6.1 // indirect
28
26
github.com/beorn7/perks v1.0.1 // indirect
29
27
github.com/cespare/xxhash/v2 v2.1.2 // indirect
30
28
github.com/davecgh/go-spew v1.1.1 // indirect
31
29
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
32
- github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
33
- github.com/fsnotify/fsnotify v1.5.1 // indirect
34
- github.com/go-logr/zapr v1.2.0 // indirect
30
+ github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
31
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
32
+ github.com/go-logr/zapr v1.2.3 // indirect
35
33
github.com/go-openapi/jsonpointer v0.19.5 // indirect
36
- github.com/go-openapi/jsonreference v0.19.5 // indirect
37
- github.com/go-openapi/swag v0.19.15 // indirect
34
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
35
+ github.com/go-openapi/swag v0.21.1 // indirect
38
36
github.com/gogo/protobuf v1.3.2 // indirect
39
37
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
40
38
github.com/golang/protobuf v1.5.2 // indirect
41
39
github.com/google/gnostic v0.5.7-v3refs // indirect
42
- github.com/google/go-cmp v0.5.7 // indirect
40
+ github.com/google/go-cmp v0.5.8 // indirect
43
41
github.com/google/gofuzz v1.2.0 // indirect
44
- github.com/hashicorp/errwrap v1.0 .0 // indirect
42
+ github.com/hashicorp/errwrap v1.1 .0 // indirect
45
43
github.com/hashicorp/go-multierror v1.1.1 // indirect
46
44
github.com/hashicorp/hcl v1.0.0 // indirect
47
45
github.com/imdario/mergo v0.3.12 // indirect
@@ -50,40 +48,40 @@ require (
50
48
github.com/kr/pretty v0.2.1 // indirect
51
49
github.com/kr/text v0.2.0 // indirect
52
50
github.com/magiconair/properties v1.8.6 // indirect
53
- github.com/mailru/easyjson v0.7.6 // indirect
51
+ github.com/mailru/easyjson v0.7.7 // indirect
54
52
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
55
53
github.com/metal-stack/metal-lib v0.9.0 // indirect
56
- github.com/mitchellh/mapstructure v1.4.3 // indirect
54
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
57
55
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
58
56
github.com/modern-go/reflect2 v1.0.2 // indirect
59
57
github.com/motomux/pretty v0.0.0-20161209205251-b2aad2c9a95d // indirect
60
58
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
61
59
github.com/nxadm/tail v1.4.8 // indirect
62
- github.com/pelletier/go-toml v1.9.4 // indirect
60
+ github.com/pelletier/go-toml v1.9.5 // indirect
63
61
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
64
62
github.com/pkg/errors v0.9.1 // indirect
65
63
github.com/prometheus/client_golang v1.12.1 // indirect
66
64
github.com/prometheus/client_model v0.2.0 // indirect
67
- github.com/prometheus/common v0.32.1 // indirect
65
+ github.com/prometheus/common v0.34.0 // indirect
68
66
github.com/prometheus/procfs v0.7.3 // indirect
69
67
github.com/sirupsen/logrus v1.8.1 // indirect
70
68
github.com/spf13/afero v1.8.2 // indirect
71
69
github.com/spf13/cast v1.4.1 // indirect
72
70
github.com/spf13/jwalterweatherman v1.1.0 // indirect
73
71
github.com/spf13/pflag v1.0.5 // indirect
74
72
github.com/subosito/gotenv v1.2.0 // indirect
75
- go.uber.org/atomic v1.7 .0 // indirect
76
- go.uber.org/multierr v1.6 .0 // indirect
77
- go.uber.org/zap v1.19.1 // indirect
78
- go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
73
+ go.uber.org/atomic v1.9 .0 // indirect
74
+ go.uber.org/multierr v1.8 .0 // indirect
75
+ go.uber.org/zap v1.21.0 // indirect
76
+ go4.org/intern v0.0.0-20220301175310-a089fc204883 // indirect
79
77
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
80
78
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
81
- golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
79
+ golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
82
80
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
83
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
84
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
81
+ golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
82
+ golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
85
83
golang.org/x/text v0.3.7 // indirect
86
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
84
+ golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
87
85
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
88
86
google.golang.org/appengine v1.6.7 // indirect
89
87
google.golang.org/protobuf v1.28.0 // indirect
0 commit comments