- Creates scaffold for router and server - Main program set up for environment, OS signal listener - Makefile generic commands
11 lines
257 B
AMPL
11 lines
257 B
AMPL
module github.com/davidlick/supermarket-api
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-chi/chi v1.5.4 // indirect
|
|
github.com/joho/godotenv v1.3.0 // indirect
|
|
github.com/kelseyhightower/envconfig v1.4.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
)
|