2018-09-16 18:22:54 +03:00
|
|
|
module github.com/gin-gonic/gin
|
|
|
|
|
|
|
|
require (
|
2018-10-15 07:52:51 +03:00
|
|
|
github.com/campoy/embedmd v0.0.0-20171205015432-c59ce00e0296
|
|
|
|
github.com/client9/misspell v0.3.4
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2018-09-16 18:22:54 +03:00
|
|
|
github.com/dustin/go-broadcast v0.0.0-20171205050544-f664265f5a66
|
|
|
|
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7
|
|
|
|
github.com/gin-gonic/autotls v0.0.0-20180426091246-be87bd5ef97b
|
|
|
|
github.com/golang/protobuf v1.2.0
|
|
|
|
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
|
2018-10-15 07:52:51 +03:00
|
|
|
github.com/json-iterator/go v1.1.5
|
2018-09-16 18:22:54 +03:00
|
|
|
github.com/manucorporat/stats v0.0.0-20180402194714-3ba42d56d227
|
2018-10-15 15:24:32 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.4
|
2018-09-16 18:22:54 +03:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.2.2
|
2018-10-15 07:52:51 +03:00
|
|
|
github.com/thinkerou/favicon v0.1.0
|
2018-09-16 18:22:54 +03:00
|
|
|
github.com/ugorji/go v1.1.1
|
2018-10-15 15:24:32 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
|
|
|
|
golang.org/x/lint v0.0.0-20181011164241-5906bd5c48cd
|
|
|
|
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1
|
2018-09-16 18:22:54 +03:00
|
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
|
2018-10-15 15:24:32 +03:00
|
|
|
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect
|
2018-09-16 18:22:54 +03:00
|
|
|
google.golang.org/grpc v1.15.0
|
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
|
|
gopkg.in/go-playground/validator.v8 v8.18.2
|
|
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
|
|
)
|