This commit is contained in:
Matthew-js 2025-10-18 22:36:05 +07:00
parent 40c37b5880
commit eb33a4cda3

8
go.mod
View File

@ -1,5 +1,7 @@
module elearning-backend module tgs03-backend
go 1.25.0 go 1.20
require github.com/lib/pq v1.10.9 require (
github.com/lib/pq v1.10.10
)