initial commit for bookish-server and local environment
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
module github.com/davidlick/bookish/bookish-server
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi v4.1.1+incompatible
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/golang/mock v1.4.3
|
||||
github.com/jmoiron/sqlx v1.2.0
|
||||
github.com/kelseyhightower/envconfig v1.4.0
|
||||
github.com/sirupsen/logrus v1.6.0
|
||||
github.com/stretchr/testify v1.5.1
|
||||
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
|
||||
golang.org/x/text v0.3.2 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user