You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
remove unneeded deps
This commit is contained in:
committed by
Patrick Nagurny
parent
3ab14b2d99
commit
28822cb703
4
go.mod
4
go.mod
@@ -3,15 +3,11 @@ module github.com/openaccounting/oa-server
|
|||||||
require (
|
require (
|
||||||
github.com/Masterminds/semver v0.0.0-20180807142431-c84ddcca87bf
|
github.com/Masterminds/semver v0.0.0-20180807142431-c84ddcca87bf
|
||||||
github.com/ant0ine/go-json-rest v0.0.0-20170913041208-ebb33769ae01
|
github.com/ant0ine/go-json-rest v0.0.0-20170913041208-ebb33769ae01
|
||||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
||||||
github.com/go-sql-driver/mysql v1.4.1
|
github.com/go-sql-driver/mysql v1.4.1
|
||||||
github.com/gorilla/websocket v0.0.0-20180605202552-5ed622c449da
|
github.com/gorilla/websocket v0.0.0-20180605202552-5ed622c449da
|
||||||
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
|
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
|
||||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
||||||
github.com/sendgrid/rest v0.0.0-20180905234047-875828e14d98 // indirect
|
github.com/sendgrid/rest v0.0.0-20180905234047-875828e14d98 // indirect
|
||||||
github.com/sendgrid/sendgrid-go v0.0.0-20180905233524-8cb43f4ca4f5
|
github.com/sendgrid/sendgrid-go v0.0.0-20180905233524-8cb43f4ca4f5
|
||||||
github.com/stretchr/objx v0.1.1 // indirect
|
|
||||||
github.com/stretchr/testify v1.2.2
|
github.com/stretchr/testify v1.2.2
|
||||||
golang.org/x/crypto v0.0.0-20171231215028-0fcca4842a8d
|
golang.org/x/crypto v0.0.0-20171231215028-0fcca4842a8d
|
||||||
google.golang.org/appengine v1.4.0 // indirect
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user