mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
12 lines
416 B
Modula-2
12 lines
416 B
Modula-2
module git.rwth-aachen.de/acs/public/villas/villasweb-backend-go
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/jinzhu/gorm v1.9.8
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/swaggo/gin-swagger v1.1.0
|
|
github.com/swaggo/swag v1.5.0
|
|
)
|
|
|
|
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43
|