File tree Expand file tree Collapse file tree
github.com/apparentlymart/go-cidr Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ go 1.24.0
44
55require (
66 github.com/Microsoft/go-winio v0.6.2
7- github.com/apparentlymart/go-cidr v1.1.0
87 github.com/containers/winquit v1.1.0
98 github.com/coreos/stream-metadata-go v0.4.10
109 github.com/dustin/go-humanize v1.0.1
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1
22github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
33github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
44github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
5- github.com/apparentlymart/go-cidr v1.1.0 h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU =
6- github.com/apparentlymart/go-cidr v1.1.0 /go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc =
75github.com/containers/winquit v1.1.0 h1:jArun04BNDQvt2W0Y78kh9TazN2EIEMG5Im6/JY7+pE =
86github.com/containers/winquit v1.1.0 /go.mod h1:PsPeZlnbkmGGIToMPHF1zhWjBUkd8aHjMOr/vFcPxw8 =
97github.com/coreos/stream-metadata-go v0.4.10 h1:PlZjbJF94cCeCAHwkeBOrLhdT36qq1O8RdJ/auFa7DI =
@@ -87,6 +85,8 @@ github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091/go.mod h1:N20Z5Y8o
8785github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 h1:TG/diQgUe0pntT/2D9tmUCz4VNwm9MfrtPr0SU2qSX8 =
8886github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 /go.mod h1:P5HUIBuIWKbyjl083/loAegFkfbFNx5i2qEP4CNbm7E =
8987github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
88+ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY =
89+ github.com/stretchr/objx v0.5.2 /go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
9090github.com/stretchr/testify v1.5.1 /go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA =
9191github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
9292github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ github.com/Microsoft/go-winio/internal/stringbuffer
77github.com/Microsoft/go-winio/pkg/guid
88# github.com/apparentlymart/go-cidr v1.1.0
99## explicit
10- github.com/apparentlymart/go-cidr/cidr
1110# github.com/containers/winquit v1.1.0
1211## explicit; go 1.19
1312github.com/containers/winquit/pkg/winquit
You can’t perform that action at this time.
0 commit comments