init: create project
This commit is contained in:
11
server/go.mod
Normal file
11
server/go.mod
Normal file
@ -0,0 +1,11 @@
|
||||
module github.com/kallydev/privacy
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/facebook/ent v0.5.0
|
||||
github.com/go-pg/pg/v10 v10.7.3
|
||||
github.com/labstack/echo/v4 v4.1.17
|
||||
github.com/mattn/go-sqlite3 v1.14.5
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
||||
)
|
Reference in New Issue
Block a user