diff --git a/logs_web/go.mod b/logs_web/go.mod index ad2e271..30cfc28 100644 --- a/logs_web/go.mod +++ b/logs_web/go.mod @@ -18,7 +18,7 @@ require ( github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.3 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.3 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.3 // indirect - github.com/abaldeweg/warehouse-server/logs v0.0.0-20250129143459-90fd9b0bfeb0 + github.com/abaldeweg/warehouse-server/logs v0.0.0-20250129183459-0ea94603636f github.com/bytedance/sonic v1.12.6 // indirect github.com/bytedance/sonic/loader v0.2.1 // indirect github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect diff --git a/logs_web/go.sum b/logs_web/go.sum index 988bb64..8740499 100644 --- a/logs_web/go.sum +++ b/logs_web/go.sum @@ -50,6 +50,8 @@ github.com/abaldeweg/warehouse-server/logs v0.0.0-20250127130010-707a5c370226 h1 github.com/abaldeweg/warehouse-server/logs v0.0.0-20250127130010-707a5c370226/go.mod h1:2uw8MX5qdiQauGUtx4TmR3ZK06fykF7rRVKLqi2LxSY= github.com/abaldeweg/warehouse-server/logs v0.0.0-20250129143459-90fd9b0bfeb0 h1:eml/OgSsO8Rxt/Z3DxIMIyRPno8agJ72plN2Bm+a38w= github.com/abaldeweg/warehouse-server/logs v0.0.0-20250129143459-90fd9b0bfeb0/go.mod h1:2uw8MX5qdiQauGUtx4TmR3ZK06fykF7rRVKLqi2LxSY= +github.com/abaldeweg/warehouse-server/logs v0.0.0-20250129183459-0ea94603636f h1:a8yY4uOyf6pncA6cmyESnA8os6GNZmGc+/kbh355sXU= +github.com/abaldeweg/warehouse-server/logs v0.0.0-20250129183459-0ea94603636f/go.mod h1:2uw8MX5qdiQauGUtx4TmR3ZK06fykF7rRVKLqi2LxSY= github.com/bytedance/sonic v1.12.6 h1:/isNmCUF2x3Sh8RAp/4mh4ZGkcFAX/hLrzrK3AvpRzk= github.com/bytedance/sonic v1.12.6/go.mod h1:B8Gt/XvtZ3Fqj+iSKMypzymZxw/FVwgIGKzMzT9r/rk= github.com/bytedance/sonic/loader v0.1.1/go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU=