Skip to content

Commit 3cb2c57

Browse files
committed
Merge branch 'main' into ci/generate-sboms
2 parents 3a8550d + 0038405 commit 3cb2c57

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+199
-191
lines changed

.goreleaser-ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ builds:
1414
- arm64
1515
dockers:
1616
- image_templates:
17-
- "ghcr.io/caas-team/sparrow:{{ .Version }}"
17+
- "ghcr.io/telekom/sparrow:{{ .Version }}"
1818
- "mtr.devops.telekom.de/sparrow/sparrow:{{ .Version }}"
1919
dockerfile: Dockerfile
2020
build_flag_templates:
2121
- --label=org.opencontainers.image.title={{ .ProjectName }}
2222
- --label=org.opencontainers.image.description="This is a pre-release version. Do not use this in production!"
2323
- --label=org.opencontainers.image.url=https://caas.telekom.de
24-
- --label=org.opencontainers.image.source=https://github.com/caas-team/sparrow
24+
- --label=org.opencontainers.image.source=https://github.com/telekom/sparrow
2525
- --label=org.opencontainers.image.version={{ .Version }}
2626
- --label=org.opencontainers.image.created={{ .Timestamp }}
2727
- --label=org.opencontainers.image.revision={{ .FullCommit }}

.goreleaser.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ builds:
1212
- arm64
1313
dockers:
1414
- image_templates:
15-
- "ghcr.io/caas-team/sparrow:latest"
16-
- "ghcr.io/caas-team/sparrow:{{ .Tag }}"
17-
- "ghcr.io/caas-team/sparrow:v{{ .Major }}.{{ .Minor }}"
18-
- "ghcr.io/caas-team/sparrow:v{{ .Major }}"
15+
- "ghcr.io/telekom/sparrow:latest"
16+
- "ghcr.io/telekom/sparrow:{{ .Tag }}"
17+
- "ghcr.io/telekom/sparrow:v{{ .Major }}.{{ .Minor }}"
18+
- "ghcr.io/telekom/sparrow:v{{ .Major }}"
1919
- "mtr.devops.telekom.de/sparrow/sparrow:latest"
2020
- "mtr.devops.telekom.de/sparrow/sparrow:{{ .Tag }}"
2121
- "mtr.devops.telekom.de/sparrow/sparrow:v{{ .Major }}.{{ .Minor }}"
@@ -25,7 +25,7 @@ dockers:
2525
- --label=org.opencontainers.image.title={{ .ProjectName }}
2626
- --label=org.opencontainers.image.description={{ .ProjectName }}
2727
- --label=org.opencontainers.image.url=https://caas.telekom.de
28-
- --label=org.opencontainers.image.source=https://github.com/caas-team/sparrow
28+
- --label=org.opencontainers.image.source=https://github.com/telekom/sparrow
2929
- --label=org.opencontainers.image.version={{ .Version }}
3030
- --label=org.opencontainers.image.created={{ .Timestamp }}
3131
- --label=org.opencontainers.image.revision={{ .FullCommit }}
@@ -34,7 +34,7 @@ nfpms:
3434
- maintainer: CaaS <[email protected]>
3535
description: |-
3636
Monitoring tool to gather infrastructure network information
37-
homepage: https://github.com/caas-team
37+
homepage: https://github.com/telekom
3838
license: Apache 2.0
3939
formats:
4040
- deb

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<!-- markdownlint-disable MD033 -->
44
<p align="center">
5-
<a href="/../../commits/" title="Last Commit"><img alt="Last Commit" src="https://img.shields.io/github/last-commit/caas-team/sparrow?style=flat"></a>
6-
<a href="/../../issues" title="Open Issues"><img alt="Open Issues" src="https://img.shields.io/github/issues/caas-team/sparrow?style=flat"></a>
5+
<a href="/../../commits/" title="Last Commit"><img alt="Last Commit" src="https://img.shields.io/github/last-commit/telekom/sparrow?style=flat"></a>
6+
<a href="/../../issues" title="Open Issues"><img alt="Open Issues" src="https://img.shields.io/github/issues/telekom/sparrow?style=flat"></a>
77
<a href="./LICENSE" title="License"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=flat"></a>
88
</p>
99
<!-- markdownlint-enable MD033 -->
@@ -73,7 +73,7 @@ ensuring robust monitoring and quick detection of potential issues.
7373

7474
The `sparrow` is provided as a small binary & a container image.
7575

76-
Please refer to the [release notes](https://github.com/caas-team/sparrow/releases) to get the latest version.
76+
Please refer to the [release notes](https://github.com/telekom/sparrow/releases) to get the latest version.
7777

7878
### Binary
7979

@@ -87,8 +87,8 @@ export RELEASE_VERSION=0.5.0
8787
Download the binary:
8888

8989
```sh
90-
curl https://github.com/caas-team/sparrow/releases/download/v${RELEASE_VERSION}/sparrow_${RELEASE_VERSION}_linux_amd64.tar.gz -Lo sparrow.tar.gz
91-
curl https://github.com/caas-team/sparrow/releases/download/v${RELEASE_VERSION}/sparrow_${RELEASE_VERSION}_checksums.txt -Lo checksums.txt
90+
curl https://github.com/telekom/sparrow/releases/download/v${RELEASE_VERSION}/sparrow_${RELEASE_VERSION}_linux_amd64.tar.gz -Lo sparrow.tar.gz
91+
curl https://github.com/telekom/sparrow/releases/download/v${RELEASE_VERSION}/sparrow_${RELEASE_VERSION}_checksums.txt -Lo checksums.txt
9292
```
9393

9494
Extract the binary:
@@ -99,15 +99,15 @@ tar -xf sparrow.tar.gz
9999

100100
### Container Image
101101

102-
The [sparrow container images](https://github.com/caas-team/sparrow/pkgs/container/sparrow) for
103-
dedicated [release](https://github.com/caas-team/sparrow/releases) can be found in the GitHub registry.
102+
The [sparrow container images](https://github.com/telekom/sparrow/pkgs/container/sparrow) for
103+
dedicated [release](https://github.com/telekom/sparrow/releases) can be found in the GitHub registry.
104104

105105
### Helm
106106

107107
Sparrow can be installed via Helm Chart. The chart is available in the GitHub registry:
108108

109109
```sh
110-
helm -n sparrow upgrade -i sparrow oci://ghcr.io/caas-team/charts/sparrow --create-namespace
110+
helm -n sparrow upgrade -i sparrow oci://ghcr.io/telekom/charts/sparrow --create-namespace
111111
```
112112

113113
The default settings are suitable for a local configuration. With the default Helm values, the sparrow loader uses a
@@ -151,12 +151,12 @@ sparrow run --sparrowName sparrow.telekom.de
151151

152152
### Image
153153

154-
Run a `sparrow` container by using e.g. `docker run ghcr.io/caas-team/sparrow`.
154+
Run a `sparrow` container by using e.g. `docker run ghcr.io/telekom/sparrow`.
155155

156-
Pass the available configuration arguments to the container e.g. `docker run ghcr.io/caas-team/sparrow --help`.
156+
Pass the available configuration arguments to the container e.g. `docker run ghcr.io/telekom/sparrow --help`.
157157

158158
Start the instance using a mounted startup configuration file
159-
e.g. `docker run -v /config:/config ghcr.io/caas-team/sparrow --config /config/config.yaml`.
159+
e.g. `docker run -v /config:/config ghcr.io/telekom/sparrow --config /config/config.yaml`.
160160

161161
## Configuration
162162

@@ -710,9 +710,9 @@ The application itself and all end-user facing content will be made available in
710710
The following channels are available for discussions, feedback, and support requests:
711711

712712
<!-- markdownlint-disable MD033 -->
713-
| Type | Channel |
714-
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
715-
| **Issues** | <a href="/../../issues/new/choose" title="General Discussion"><img alt="Issues" src="https://img.shields.io/github/issues/caas-team/sparrow?style=flat-square"></a> |
713+
| Type | Channel |
714+
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
715+
| **Issues** | <a href="/../../issues/new/choose" title="General Discussion"><img alt="Issues" src="https://img.shields.io/github/issues/telekom/sparrow?style=flat-square"></a> |
716716
<!-- markdownlint-enable MD033 -->
717717

718718
## How to Contribute

chart/Chart.yaml

+11-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,19 @@ keywords:
66
- monitoring
77
version: 0.0.4
88
appVersion: "v0.5.0"
9-
icon: https://github.com/caas-team/sparrow/blob/main/docs/img/sparrow.png
9+
icon: https://github.com/telekom/sparrow/blob/main/docs/img/sparrow.png
1010
sources:
11-
- https://github.com/caas-team/sparrow
11+
- https://github.com/telekom/sparrow
1212
maintainers:
13-
- name: eumel8
14-
15-
url: https://www.telekom.com
1613
- name: y-eight
1714
1815
url: https://www.telekom.com
16+
- name: puffitos
17+
18+
url: https://www.telekom.com
19+
- name: ntreml
20+
21+
url: https://www.telekom.com
22+
- name: lvlcn-t
23+
24+
url: https://www.telekom.com

chart/README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,27 @@ A Helm chart to install Sparrow
88

99
| Name | Email | Url |
1010
| ---- | ------ | --- |
11-
| eumel8 | <[email protected]> | <https://www.telekom.com> |
1211
| y-eight | <[email protected]> | <https://www.telekom.com> |
12+
| puffitos | <[email protected]> | <https://www.telekom.com> |
13+
| ntreml | <[email protected]> | <https://www.telekom.com> |
14+
| lvlcn-t | <[email protected]> | <https://www.telekom.com> |
1315

1416
## Source Code
1517

16-
* <https://github.com/caas-team/sparrow>
18+
* <https://github.com/telekom/sparrow>
1719

1820
## Values
1921

2022
| Key | Type | Default | Description |
2123
|-----|------|---------|-------------|
2224
| affinity | object | `{}` | |
23-
| checksConfig | object | `{}` | Check configuration of the Sparrow read on runtime see: https://github.com/caas-team/sparrow?tab=readme-ov-file#checks |
25+
| checksConfig | object | `{}` | Check configuration of the Sparrow read on runtime see: https://github.com/telekom/sparrow?tab=readme-ov-file#checks |
2426
| env | object | `{}` | |
2527
| envFromSecrets | list | `[]` | extra environment variables Allows you to set environment variables through secrets you defined outside of the helm chart Useful for sensitive information like the http loader token |
26-
| extraArgs | object | `{}` | Extra command line start parameters see: https://github.com/caas-team/sparrow/blob/main/docs/sparrow_run.md |
28+
| extraArgs | object | `{}` | Extra command line start parameters see: https://github.com/telekom/sparrow/blob/main/docs/sparrow_run.md |
2729
| fullnameOverride | string | `""` | |
2830
| image.pullPolicy | string | `"IfNotPresent"` | |
29-
| image.repository | string | `"ghcr.io/caas-team/sparrow"` | |
31+
| image.repository | string | `"ghcr.io/telekom/sparrow"` | |
3032
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
3133
| imagePullSecrets | list | `[]` | |
3234
| ingress.annotations | object | `{}` | |
@@ -64,7 +66,7 @@ A Helm chart to install Sparrow
6466
| serviceMonitor.interval | string | `"30s"` | Sets the scrape interval |
6567
| serviceMonitor.labels | object | `{}` | Additional label added to the service Monitor |
6668
| serviceMonitor.scrapeTimeout | string | `"5s"` | Sets the scrape timeout |
67-
| sparrowConfig | object | `{"loader":{"file":{"path":"/config/checks.yaml"},"interval":"30s","type":"file"},"name":"sparrow.com"}` | Sparrow configuration read on startup see: https://github.com/caas-team/sparrow/blob/main/docs/sparrow_run.md |
69+
| sparrowConfig | object | `{"loader":{"file":{"path":"/config/checks.yaml"},"interval":"30s","type":"file"},"name":"sparrow.com"}` | Sparrow configuration read on startup see: https://github.com/telekom/sparrow/blob/main/docs/sparrow_run.md |
6870
| startupProbe | object | `{"enabled":false,"failureThreshold":10,"initialDelaySeconds":10,"path":"/","periodSeconds":5,"successThreshold":1,"timeoutSeconds":1}` | Specifies the configuration for a startup probe to check if the sparrow application is started. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ |
6971
| tolerations | list | `[]` | |
7072

chart/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: ghcr.io/caas-team/sparrow
8+
repository: ghcr.io/telekom/sparrow
99
pullPolicy: IfNotPresent
1010
# -- Overrides the image tag whose default is the chart appVersion.
1111
tag: ""
@@ -127,7 +127,7 @@ tolerations: []
127127
affinity: {}
128128

129129
# -- Extra command line start parameters
130-
# see: https://github.com/caas-team/sparrow/blob/main/docs/sparrow_run.md
130+
# see: https://github.com/telekom/sparrow/blob/main/docs/sparrow_run.md
131131
extraArgs: {}
132132

133133
# -- extra environment variables
@@ -141,7 +141,7 @@ envFromSecrets:
141141
# key: SPARROW_LOADER_HTTP_TOKEN
142142

143143
# -- Sparrow configuration read on startup
144-
# see: https://github.com/caas-team/sparrow/blob/main/docs/sparrow_run.md
144+
# see: https://github.com/telekom/sparrow/blob/main/docs/sparrow_run.md
145145
sparrowConfig:
146146
name: sparrow.com
147147
loader:
@@ -176,7 +176,7 @@ sparrowConfig:
176176
# projectId: ""
177177

178178
# -- Check configuration of the Sparrow read on runtime
179-
# see: https://github.com/caas-team/sparrow?tab=readme-ov-file#checks
179+
# see: https://github.com/telekom/sparrow?tab=readme-ov-file#checks
180180
checksConfig: {}
181181
# health:
182182
# interval: 15s

cmd/run.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ import (
2929
"github.com/spf13/cobra"
3030
"github.com/spf13/viper"
3131

32-
"github.com/caas-team/sparrow/internal/logger"
33-
"github.com/caas-team/sparrow/pkg/config"
34-
"github.com/caas-team/sparrow/pkg/sparrow"
32+
"github.com/telekom/sparrow/internal/logger"
33+
"github.com/telekom/sparrow/pkg/config"
34+
"github.com/telekom/sparrow/pkg/sparrow"
3535
)
3636

3737
const (

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
module github.com/caas-team/sparrow
1+
module github.com/telekom/sparrow
22

33
go 1.23
44

55
require (
66
github.com/getkin/kin-openapi v0.128.0
7-
github.com/go-chi/chi/v5 v5.1.0
7+
github.com/go-chi/chi/v5 v5.2.0
88
github.com/google/go-cmp v0.6.0
99
github.com/jarcoal/httpmock v1.3.1
1010
github.com/prometheus/client_golang v1.20.5
@@ -17,9 +17,9 @@ require (
1717
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.33.0
1818
go.opentelemetry.io/otel/sdk v1.33.0
1919
go.opentelemetry.io/otel/trace v1.33.0
20-
golang.org/x/net v0.33.0
21-
golang.org/x/sys v0.28.0
22-
google.golang.org/grpc v1.69.2
20+
golang.org/x/net v0.34.0
21+
golang.org/x/sys v0.29.0
22+
google.golang.org/grpc v1.69.4
2323
gopkg.in/yaml.v3 v3.0.1
2424
)
2525

go.sum

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos
1414
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
1515
github.com/getkin/kin-openapi v0.128.0 h1:jqq3D9vC9pPq1dGcOCv7yOp1DaEe7c/T1vzcLbITSp4=
1616
github.com/getkin/kin-openapi v0.128.0/go.mod h1:OZrfXzUfGrNbsKj+xmFBx6E5c6yH3At/tAKSc2UszXM=
17-
github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw=
18-
github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
17+
github.com/go-chi/chi/v5 v5.2.0 h1:Aj1EtB0qR2Rdo2dG4O94RIU35w2lvQSj6BRA4+qwFL0=
18+
github.com/go-chi/chi/v5 v5.2.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
1919
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
2020
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
2121
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
@@ -125,18 +125,18 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
125125
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
126126
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
127127
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
128-
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
129-
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
130-
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
131-
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
128+
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
129+
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
130+
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
131+
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
132132
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
133133
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
134134
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 h1:CkkIfIt50+lT6NHAVoRYEyAvQGFM7xEwXUUywFvEb3Q=
135135
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576/go.mod h1:1R3kvZ1dtP3+4p4d3G8uJ8rFk/fWlScl38vanWACI08=
136136
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 h1:8ZmaLZE4XWrtU3MyClkYqqtl6Oegr3235h7jxsDyqCY=
137137
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576/go.mod h1:5uTbfoYQed2U9p3KIj2/Zzm02PYhndfdmML0qC3q3FU=
138-
google.golang.org/grpc v1.69.2 h1:U3S9QEtbXC0bYNvRtcoklF3xGtLViumSYxWykJS+7AU=
139-
google.golang.org/grpc v1.69.2/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
138+
google.golang.org/grpc v1.69.4 h1:MF5TftSMkd8GLw/m0KM6V8CMOCY6NZ1NQDPGFgbTt4A=
139+
google.golang.org/grpc v1.69.4/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
140140
google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
141141
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
142142
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

internal/helper/retry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"math"
2525
"time"
2626

27-
"github.com/caas-team/sparrow/internal/logger"
27+
"github.com/telekom/sparrow/internal/logger"
2828
)
2929

3030
type RetryConfig struct {

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
package main
2020

2121
import (
22-
"github.com/caas-team/sparrow/cmd"
22+
"github.com/telekom/sparrow/cmd"
2323
)
2424

25-
// Version is the current version of sparrow
25+
// version is the current version of sparrow
2626
// It is set at build time by using -ldflags "-X main.version=x.x.x"
2727
var version string
2828

pkg/api/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
"net/http"
2626
"time"
2727

28-
"github.com/caas-team/sparrow/internal/logger"
2928
"github.com/go-chi/chi/v5"
29+
"github.com/telekom/sparrow/internal/logger"
3030
)
3131

3232
//go:generate moq -out api_moq.go . API

pkg/checks/base.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import (
2323
"sync"
2424
"time"
2525

26-
"github.com/caas-team/sparrow/internal/helper"
2726
"github.com/getkin/kin-openapi/openapi3"
2827
"github.com/prometheus/client_golang/prometheus"
28+
"github.com/telekom/sparrow/internal/helper"
2929
)
3030

3131
// DefaultRetry provides a default configuration for the retry mechanism

pkg/checks/dns/config.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323
"strings"
2424
"time"
2525

26-
"github.com/caas-team/sparrow/internal/helper"
27-
"github.com/caas-team/sparrow/pkg/checks"
26+
"github.com/telekom/sparrow/internal/helper"
27+
"github.com/telekom/sparrow/pkg/checks"
2828
)
2929

3030
const (

pkg/checks/dns/dns.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ import (
2525
"sync"
2626
"time"
2727

28-
"github.com/caas-team/sparrow/internal/helper"
29-
"github.com/caas-team/sparrow/internal/logger"
30-
"github.com/caas-team/sparrow/pkg/checks"
3128
"github.com/getkin/kin-openapi/openapi3"
3229
"github.com/prometheus/client_golang/prometheus"
30+
"github.com/telekom/sparrow/internal/helper"
31+
"github.com/telekom/sparrow/internal/logger"
32+
"github.com/telekom/sparrow/pkg/checks"
3333
)
3434

3535
var (

pkg/checks/dns/dns_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import (
2727
"testing"
2828
"time"
2929

30-
"github.com/caas-team/sparrow/pkg/checks"
31-
"github.com/caas-team/sparrow/pkg/checks/health"
30+
"github.com/telekom/sparrow/pkg/checks"
31+
"github.com/telekom/sparrow/pkg/checks/health"
3232

3333
"github.com/stretchr/testify/assert"
3434
)

pkg/checks/dns/metrics.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
package dns
2020

2121
import (
22-
"github.com/caas-team/sparrow/pkg/checks"
2322
"github.com/prometheus/client_golang/prometheus"
23+
"github.com/telekom/sparrow/pkg/checks"
2424
)
2525

2626
// metrics defines the metric collectors of the DNS check

0 commit comments

Comments
 (0)