19 lines
410 B
Modula-2
19 lines
410 B
Modula-2
module Dhaverd/computer-journal
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/joho/godotenv v1.5.1
|
|
gorm.io/driver/mysql v1.5.7
|
|
gorm.io/gorm v1.25.12
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|