32 lines
844 B
Modula-2
32 lines
844 B
Modula-2
// backend\go.mod
|
|
|
|
module main
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/SherClockHolmes/webpush-go v1.4.0
|
|
github.com/coder/websocket v1.8.14
|
|
github.com/go-ldap/ldap/v3 v3.4.13
|
|
github.com/golang-jwt/jwt/v5 v5.3.1
|
|
github.com/hirochachacha/go-smb2 v1.1.0
|
|
github.com/jackc/pgx/v5 v5.9.2
|
|
golang.org/x/crypto v0.51.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.1.0 // indirect
|
|
github.com/geoffgarside/ber v1.1.0 // indirect
|
|
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/joho/godotenv v1.5.1
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
)
|