Skip to content

Commit

Permalink
Update dhcp lib dependency:
Browse files Browse the repository at this point in the history
This versions adds the destination peer to logging.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed Oct 13, 2023
1 parent 550b6ef commit a272f75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/packethost/xff v0.0.0-20190305172552-d3e9190c41b3
github.com/peterbourgon/ff/v3 v3.4.0
github.com/prometheus/client_golang v1.17.0
github.com/tinkerbell/dhcp v0.0.0-20231006032357-c2c39815eac9
github.com/tinkerbell/dhcp v0.0.0-20231013224501-516f2ba919b0
github.com/tinkerbell/ipxedust v0.0.0-20231006181752-2042f6b1aad3
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
go.opentelemetry.io/otel v1.19.0
Expand Down Expand Up @@ -78,7 +78,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20231005195138-3e424a577f31 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/tinkerbell/dhcp v0.0.0-20231006032357-c2c39815eac9 h1:zSKvgyFKsWOIzZQmPN29t0ehJwbPlsj4CWKNxbSCX/Q=
github.com/tinkerbell/dhcp v0.0.0-20231006032357-c2c39815eac9/go.mod h1:jCYckD61jfJKi6rLptL8i4U4PL3kJ/3J7/gYcSN9J0w=
github.com/tinkerbell/dhcp v0.0.0-20231013224501-516f2ba919b0 h1:YjORDXo46k89OusOMHkRdRQvW8fY/io8yQeKbtyYmoo=
github.com/tinkerbell/dhcp v0.0.0-20231013224501-516f2ba919b0/go.mod h1:vJ4Alm0ZpO+RTyFZT27sKHjYEw55V2lodJDX6wrLL3w=
github.com/tinkerbell/ipxedust v0.0.0-20231006181752-2042f6b1aad3 h1:g6Gs2/UxTDBnPTL6jKXCNWRR+BFZYRX84yAiYfZ/1/g=
github.com/tinkerbell/ipxedust v0.0.0-20231006181752-2042f6b1aad3/go.mod h1:hso2K3ctn7aXhQFjpcBAySRQmEzOLp4woqfc6smZGeI=
github.com/tinkerbell/tink v0.9.0 h1:W7X/OEmhyYXE/kPVu1U31fpugVHoc2qsAvBtsZ7mkDg=
Expand Down Expand Up @@ -218,8 +218,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.16.0 h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=
golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4=
golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit a272f75

Please sign in to comment.