Drop testing dependencies

This commit is contained in:
kortschak 2014-07-05 22:12:56 +09:30
parent 1c181429da
commit d489e3da07

View file

@ -6,16 +6,12 @@ go:
- tip - tip
install: install:
- go get github.com/jacobsa/ogletest
- go get github.com/jacobsa/oglematchers
- go get github.com/smartystreets/goconvey
- go get github.com/badgerodon/peg - go get github.com/badgerodon/peg
- go get github.com/barakmich/glog - go get github.com/barakmich/glog
- go get github.com/julienschmidt/httprouter - go get github.com/julienschmidt/httprouter
- go get github.com/petar/GoLLRB/llrb - go get github.com/petar/GoLLRB/llrb
- go get github.com/robertkrimen/otto - go get github.com/robertkrimen/otto
- go get github.com/russross/blackfriday - go get github.com/russross/blackfriday
- go get github.com/stretchrcom/testify/mock
- go get github.com/syndtr/goleveldb/leveldb - go get github.com/syndtr/goleveldb/leveldb
- go get github.com/syndtr/goleveldb/leveldb/cache - go get github.com/syndtr/goleveldb/leveldb/cache
- go get github.com/syndtr/goleveldb/leveldb/iterator - go get github.com/syndtr/goleveldb/leveldb/iterator