diff --git a/main.go b/main.go index e6735ac..9d76b9c 100644 --- a/main.go +++ b/main.go @@ -9,11 +9,14 @@ import ( "crypto/x509" "crypto/x509/pkix" + "encoding/json" + "encoding/pem" + "os" + "go.step.sm/crypto/kms/apiv1" "go.step.sm/crypto/kms/awskms" "go.step.sm/crypto/x509util" "go.uber.org/zap" - // Import your OTEL packages here for instrumentation. // The default packages are for manual instrumentation, but you can use // auto-instrumentation packages to capture communication at the edge. @@ -21,9 +24,6 @@ import ( //"go.opentelemetry.io/otel" //"go.opentelemetry.io/otel/trace" //"go.opentelemetry.io/otel/exporters/otlp/otlptrace" - "encoding/json" - "encoding/pem" - "os" ) var (