diff --git a/go.mod b/go.mod index c97e596f..3d7afa6a 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.12.1 github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35 - github.com/tinkerbell/ipxedust v0.0.0-20230310190817-626c6f9fb069 + github.com/tinkerbell/ipxedust v0.0.0-20230603154707-5f246245935a github.com/tinkerbell/tink v0.7.1-0.20220916173048-e3975fbcf4e1 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 go.opentelemetry.io/otel v1.9.0 diff --git a/go.sum b/go.sum index 8df4d12d..be71acd8 100644 --- a/go.sum +++ b/go.sum @@ -652,8 +652,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/tinkerbell/ipxedust v0.0.0-20230310190817-626c6f9fb069 h1:K6YYsxAbAPtssOK664k5aVlGDpsRHbnxRaGC36ZBz7A= -github.com/tinkerbell/ipxedust v0.0.0-20230310190817-626c6f9fb069/go.mod h1:vMRa5eo8FZ4Vqq5xSUhzf8iHzdgjSjNeesYD1ZIfJF8= +github.com/tinkerbell/ipxedust v0.0.0-20230603154707-5f246245935a h1:hHxWdOzBWo2jEKoFfx9i5i00v8tirezoY1AmDHnBfH4= +github.com/tinkerbell/ipxedust v0.0.0-20230603154707-5f246245935a/go.mod h1:vMRa5eo8FZ4Vqq5xSUhzf8iHzdgjSjNeesYD1ZIfJF8= github.com/tinkerbell/tink v0.7.1-0.20220916173048-e3975fbcf4e1 h1:K0bl3z+Lj7quCv0axvJo6sWc0ZW5u3pyZ+wG8jh3BPo= github.com/tinkerbell/tink v0.7.1-0.20220916173048-e3975fbcf4e1/go.mod h1:bfAkSH7J/QQYIyqZRR6IQp8w78aac6l8Z2Lws5uXz6A= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=