Skip to content

Commit 92217cb

Browse files
committed
feat: Disabled mysql to improve package size
1 parent 297bdcf commit 92217cb

File tree

4 files changed

+9
-122
lines changed

4 files changed

+9
-122
lines changed

go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ require (
1414
github.com/google/uuid v1.6.0
1515
github.com/joho/godotenv v1.5.1
1616
go.uber.org/zap v1.27.0
17-
gorm.io/driver/mysql v1.5.7
1817
gorm.io/driver/postgres v1.5.11
1918
gorm.io/gorm v1.25.12
2019
)
2120

2221
require (
23-
filippo.io/edwards25519 v1.1.0 // indirect
2422
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
2523
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 // indirect
2624
github.com/bodgit/ntlmssp v0.0.0-20240506230425-31973bb52d9b // indirect
@@ -63,7 +61,6 @@ require (
6361
github.com/avast/retry-go v3.0.0+incompatible
6462
github.com/dariubs/gorm-jsonb v0.1.5
6563
github.com/dgrijalva/jwt-go v3.2.0+incompatible
66-
github.com/go-sql-driver/mysql v1.9.2 // indirect
6764
github.com/hirochachacha/go-smb2 v1.1.0
6865
github.com/jackc/pgpassfile v1.0.0 // indirect
6966
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
@@ -76,7 +73,6 @@ require (
7673
github.com/pkg/sftp v1.13.9
7774
github.com/valyala/bytebufferpool v1.0.0 // indirect
7875
github.com/valyala/fasthttp v1.60.0 // indirect
79-
github.com/valyala/tcplisten v1.0.0 // indirect
8076
golang.org/x/crypto v0.37.0
8177
golang.org/x/sys v0.32.0 // indirect
8278
golang.org/x/text v0.24.0

0 commit comments

Comments
 (0)