You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
309 B

module main.go
go 1.16
require (
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/jackc/pgproto3/v2 v2.1.0 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/text v0.3.6 // indirect
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.10
)