Skip to content

Commit

Permalink
move tracing package from /pkg to /internal
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Feb 24, 2024
1 parent d849919 commit cb727b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ import (
cerberusv1alpha1 "github.com/snapp-incubator/Cerberus/api/v1alpha1"
"github.com/snapp-incubator/Cerberus/controllers"
"github.com/snapp-incubator/Cerberus/internal/settings"
"github.com/snapp-incubator/Cerberus/internal/tracing"
"github.com/snapp-incubator/Cerberus/pkg/auth"
"github.com/snapp-incubator/Cerberus/pkg/tracing"
//+kubebuilder:scaffold:imports
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/auth/authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/asaskevich/govalidator"
"github.com/go-logr/logr"
"github.com/snapp-incubator/Cerberus/api/v1alpha1"
"github.com/snapp-incubator/Cerberus/pkg/tracing"
"github.com/snapp-incubator/Cerberus/internal/tracing"
"go.opentelemetry.io/otel/attribute"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
Expand Down

0 comments on commit cb727b8

Please sign in to comment.