From 69b88ab9bb05ddf82238c99471b23e3c32ff1d73 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 18 Oct 2021 13:02:34 -0700 Subject: [PATCH] Fix git merge of main by adding back strings import --- semconv/v1.4.0/http.go | 1 + 1 file changed, 1 insertion(+) diff --git a/semconv/v1.4.0/http.go b/semconv/v1.4.0/http.go index 87c27e53c26..7340b229e2a 100644 --- a/semconv/v1.4.0/http.go +++ b/semconv/v1.4.0/http.go @@ -19,6 +19,7 @@ import ( "net" "net/http" "strconv" + "strings" "go.opentelemetry.io/otel/attribute" "go.opentelemetry.io/otel/codes"