whatapp-go-pvnet/go.mod
2025-05-09 17:28:15 +02:00

31 lines
776 B
Modula-2

module cangui/whatsapp
go 1.24.0
require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/mux v1.8.1
gorm.io/gorm v1.26.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/google/uuid v1.6.0
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.38.0
golang.org/x/text v0.25.0 // indirect
gorm.io/driver/mysql v1.5.7
gorm.io/driver/sqlite v1.5.7
)