gin/go.mod
Hooman Mohammadi c844dc8299 graceful shutdown run function initial setup
Change-Id: I7dca9f7117e54954ad12f5c04f4dd81315008d0e
2021-01-12 19:09:42 -05:00

16 lines
383 B
Modula-2

module github.com/gin-gonic/gin
go 1.13
require (
github.com/gin-contrib/sse v0.1.0
github.com/go-playground/validator/v10 v10.4.1
github.com/golang/protobuf v1.3.3
github.com/json-iterator/go v1.1.9
github.com/kuangchanglang/graceful v1.0.2
github.com/mattn/go-isatty v0.0.12
github.com/stretchr/testify v1.4.0
github.com/ugorji/go/codec v1.1.7
gopkg.in/yaml.v2 v2.2.8
)