forked from mauri870/ransomware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
18 lines (17 loc) · 870 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/mauri870/ransomware
require (
github.com/boltdb/bolt v1.3.1
github.com/codegangsta/negroni v0.3.0 // indirect
github.com/dgrijalva/jwt-go v0.0.0-20170608005149-a539ee1a749a // indirect
github.com/fatih/color v1.6.0
github.com/julienschmidt/httprouter v1.1.0 // indirect
github.com/labstack/echo v2.2.0+incompatible
github.com/labstack/gommon v0.0.0-20170925052817-57409ada9da0 // indirect
github.com/mattn/go-colorable v0.0.0-20170304164543-acb9493f2794 // indirect
github.com/mattn/go-isatty v0.0.0-20170304152514-9622e0cc9d8f // indirect
github.com/stretchr/testify v1.2.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
golang.org/x/net v0.0.0-20160126033523-f315505cf334
golang.org/x/sys v0.0.0-20170303135930-e48874b42435 // indirect
)