merp/go.mod

24 lines
902 B
Modula-2

module github.com/sneak/merp
go 1.13
require (
github.com/astaxie/beego v1.12.0
github.com/dn365/gin-zerolog v0.0.0-20171227063204-b43714b00db1
github.com/fatih/structtag v1.1.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/google/uuid v1.1.1
github.com/lib/pq v1.2.0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81 // indirect
github.com/mgechev/revive v0.0.0-20191017201419-88015ccf8e97 // indirect
github.com/olekukonko/tablewriter v0.0.2 // indirect
github.com/rs/zerolog v1.16.0
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect
golang.org/x/tools v0.0.0-20191107185733-c07e1c6ef61c // indirect
google.golang.org/appengine v1.6.5 // indirect
)