diff options
author | Alexander Kiryukhin <alexander@kiryukhin.su> | 2019-01-31 01:02:31 +0300 |
---|---|---|
committer | Alexander Kiryukhin <alexander@kiryukhin.su> | 2019-01-31 01:02:31 +0300 |
commit | 91c16487472cb23671ffdc9c230120441f85b620 (patch) | |
tree | 7454aa0053a2b613ff02c3a75db8bc5e09d6b5b2 /go.mod |
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +module reviewbot + +require ( + github.com/labstack/echo v3.3.10+incompatible + github.com/labstack/gommon v0.2.8 // indirect + github.com/mattn/go-colorable v0.0.9 // indirect + github.com/mattn/go-isatty v0.0.4 // indirect + github.com/stretchr/testify v1.3.0 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect + golang.org/x/crypto v0.0.0-20190130090550-b01c7a725664 // indirect + golang.org/x/sys v0.0.0-20190130150945-aca44879d564 // indirect +) |