2019-01-17 14:12:14 -02:00
|
|
|
module github.com/openaccounting/oa-server
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/Masterminds/semver v0.0.0-20180807142431-c84ddcca87bf
|
|
|
|
|
github.com/ant0ine/go-json-rest v0.0.0-20170913041208-ebb33769ae01
|
|
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
|
|
|
github.com/gorilla/websocket v0.0.0-20180605202552-5ed622c449da
|
2020-11-23 11:12:53 -05:00
|
|
|
github.com/mailgun/mailgun-go/v4 v4.3.0
|
2019-01-17 14:12:14 -02:00
|
|
|
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
|
|
|
|
|
github.com/sendgrid/rest v0.0.0-20180905234047-875828e14d98 // indirect
|
2020-11-23 11:12:53 -05:00
|
|
|
github.com/sendgrid/sendgrid-go v0.0.0-20180905233524-8cb43f4ca4f5 // indirect
|
|
|
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
|
|
|
github.com/stretchr/testify v1.3.0
|
|
|
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2019-01-17 14:12:14 -02:00
|
|
|
)
|