diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a27023b..293a3bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: go-imports args: - -local - - git.unbound.se/shiny/otelsetup + - gitea.unbound.se/shiny/otelsetup - repo: https://github.com/lietu/go-pre-commit rev: v1.0.0 hooks: diff --git a/CLAUDE.md b/CLAUDE.md index 676d4ec..ce91759 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -17,7 +17,7 @@ Provides standardized OpenTelemetry configuration for tracing, metrics, and logg ### Usage ```go -import "git.unbound.se/shiny/otelsetup" +import "gitea.unbound.se/shiny/otelsetup" // Bootstrap OpenTelemetry SDK shutdown, err := otelsetup.SetupOTelSDK(ctx, enabled, serviceName, buildVersion, environment) diff --git a/go.mod b/go.mod index aaaef87..753c3dd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.unbound.se/shiny/otelsetup +module gitea.unbound.se/shiny/otelsetup go 1.24.3