Skip to content

Commit

Permalink
chore: organizes imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhundere committed Nov 8, 2024
1 parent 0c56a83 commit 4e5206d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ 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.
// For more information see https://opentelemetry.io/docs/languages/go/getting-started/
//"go.opentelemetry.io/otel"
//"go.opentelemetry.io/otel/trace"
//"go.opentelemetry.io/otel/exporters/otlp/otlptrace"
"encoding/json"
"encoding/pem"
"os"
)

var (
Expand Down

0 comments on commit 4e5206d

Please sign in to comment.