31 lines
916 B
Modula-2
31 lines
916 B
Modula-2
module bssapp-backend
|
|
|
|
go 1.24.0 // senin Go versiyonuna göre değişir
|
|
|
|
toolchain go1.24.5
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/jung-kurt/gofpdf v1.16.2
|
|
github.com/lib/pq v1.10.9
|
|
github.com/microsoft/go-mssqldb v1.9.3
|
|
github.com/xuri/excelize/v2 v2.10.0
|
|
golang.org/x/crypto v0.43.0
|
|
golang.org/x/oauth2 v0.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
|
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.4 // indirect
|
|
github.com/tiendc/go-deepcopy v1.7.1 // indirect
|
|
github.com/xuri/efp v0.0.1 // indirect
|
|
github.com/xuri/nfp v0.0.2-0.20250530014748-2ddeb826f9a9 // indirect
|
|
golang.org/x/net v0.46.0 // indirect
|
|
golang.org/x/text v0.30.0 // indirect
|
|
)
|