Skip to content

Commit

Permalink
Update dhcp lib:
Browse files Browse the repository at this point in the history
Adds more logging changes.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Oct 14, 2023
1 parent 452db22 commit 7ff1ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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-20231013224501-516f2ba919b0
github.com/tinkerbell/dhcp v0.0.0-20231014004259-cceffaa62c1c
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
4 changes: 2 additions & 2 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-20231013224501-516f2ba919b0 h1:YjORDXo46k89OusOMHkRdRQvW8fY/io8yQeKbtyYmoo=
github.com/tinkerbell/dhcp v0.0.0-20231013224501-516f2ba919b0/go.mod h1:vJ4Alm0ZpO+RTyFZT27sKHjYEw55V2lodJDX6wrLL3w=
github.com/tinkerbell/dhcp v0.0.0-20231014004259-cceffaa62c1c h1:a9lHL2tcsjXc7bpsf8ObYYDUlnmlziXFYAeRvp4MY2c=
github.com/tinkerbell/dhcp v0.0.0-20231014004259-cceffaa62c1c/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

0 comments on commit 7ff1ca5

Please sign in to comment.