File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package dhcpd
22
33import (
44 "fmt"
5- "github.com/u-root/u-root/pkg /uio"
5+ "github.com/u-root/uio /uio"
66)
77
88// Uint8 mirrors dhcpv4.Uint16
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ require (
1919 github.com/spf13/cobra v1.2.1
2020 github.com/spf13/viper v1.8.1
2121 github.com/stretchr/objx v0.1.1 // indirect
22- github.com/u-root/u-root v7.0.0+incompatible
23- github.com/u-root/uio v0.0.0-20210528151154-e40b768296a7 // indirect
22+ github.com/u-root/uio v0.0.0-20210528151154-e40b768296a7
2423 golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
2524 golang.org/x/net v0.0.0-20210614182718-04defd469f4e
2625 golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
Original file line number Diff line number Diff line change @@ -281,8 +281,6 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
281281github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
282282github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s =
283283github.com/subosito/gotenv v1.2.0 /go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw =
284- github.com/u-root/u-root v7.0.0+incompatible h1:u+KSS04pSxJGI5E7WE4Bs9+Zd75QjFv+REkjy/aoAc8 =
285- github.com/u-root/u-root v7.0.0+incompatible /go.mod h1:RYkpo8pTHrNjW08opNd/U6p/RJE7K0D8fXO0d47+3YY =
286284github.com/u-root/uio v0.0.0-20210528114334-82958018845c /go.mod h1:LpEX5FO/cB+WF4TYGY1V5qktpaZLkKkSegbr0V4eYXA =
287285github.com/u-root/uio v0.0.0-20210528151154-e40b768296a7 h1:XMAtQHwKjWHIRwg+8Nj/rzUomQY1q6cM3ncA0wP8GU4 =
288286github.com/u-root/uio v0.0.0-20210528151154-e40b768296a7 /go.mod h1:LpEX5FO/cB+WF4TYGY1V5qktpaZLkKkSegbr0V4eYXA =
You can’t perform that action at this time.
0 commit comments