mirror of
https://github.com/wahyd4/push.git
synced 2026-08-09 05:06:54 +10:00
20 lines
706 B
AMPL
20 lines
706 B
AMPL
module github.com/wahyd4/push
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/json-iterator/go v1.1.7 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
|
|
golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|