9 lines
120 B
AMPL
9 lines
120 B
AMPL
module restaurant-management
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.7.4
|
|
go.mongodb.org/mongo-driver v1.7.2
|
|
)
|