16 lines
380 B
Modula-2
16 lines
380 B
Modula-2
module git.umbach.dev/app-idea/rest-api
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/gofiber/fiber/v2 v2.12.0
|
|
github.com/google/uuid v1.2.0
|
|
github.com/mileusna/useragent v1.0.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/streadway/amqp v1.0.0
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
gorm.io/driver/mysql v1.1.0
|
|
gorm.io/gorm v1.21.10
|
|
)
|