Skip to content

Commit 3530d6b

Browse files
author
Armin
committed
remove unused imports and clean up go.mod dependencies
1 parent 3c1b316 commit 3530d6b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

go.mod

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,18 @@ require (
88
github.com/jmoiron/sqlx v1.4.0
99
github.com/joho/godotenv v1.5.1
1010
github.com/labstack/echo/v4 v4.14.0
11-
github.com/prometheus/client_golang v1.23.2
1211
github.com/rabbitmq/amqp091-go v1.10.0
1312
)
1413

1514
require (
1615
filippo.io/edwards25519 v1.1.0 // indirect
17-
github.com/beorn7/perks v1.0.1 // indirect
18-
github.com/cespare/xxhash/v2 v2.3.0 // indirect
19-
github.com/kr/text v0.2.0 // indirect
2016
github.com/labstack/gommon v0.4.2 // indirect
2117
github.com/mattn/go-colorable v0.1.14 // indirect
2218
github.com/mattn/go-isatty v0.0.20 // indirect
23-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
24-
github.com/prometheus/client_model v0.6.2 // indirect
25-
github.com/prometheus/common v0.66.1 // indirect
26-
github.com/prometheus/procfs v0.16.1 // indirect
2719
github.com/valyala/bytebufferpool v1.0.0 // indirect
2820
github.com/valyala/fasttemplate v1.2.2 // indirect
29-
go.yaml.in/yaml/v2 v2.4.2 // indirect
3021
golang.org/x/crypto v0.46.0 // indirect
3122
golang.org/x/net v0.48.0 // indirect
3223
golang.org/x/sys v0.39.0 // indirect
3324
golang.org/x/text v0.32.0 // indirect
34-
google.golang.org/protobuf v1.36.8 // indirect
3525
)

internal/operator/operatorA/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package operatorA
22

33
import (
44
"context"
5-
"errors"
5+
66
"sms-gateway/app"
77
"sms-gateway/internal/model"
88
)

0 commit comments

Comments
 (0)