gull/go.mod

8 lines
116 B
Modula-2

module github.com/aeolyus/gull
go 1.14
require (
github.com/gorilla/mux v1.7.4
github.com/jinzhu/gorm v1.9.12
)