mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 15:37:28 -06:00
Grand test fixup (#138)
* start fixing up tests * fix up tests + automate with drone * fiddle with linting * messing about with drone.yml * some more fiddling * hmmm * add cache * add vendor directory * verbose * ci updates * update some little things * update sig
This commit is contained in:
parent
329a5e8144
commit
98263a7de6
2677 changed files with 1090869 additions and 219 deletions
24
vendor/github.com/go-pg/pg/v10/go.mod
generated
vendored
Normal file
24
vendor/github.com/go-pg/pg/v10/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
module github.com/go-pg/pg/v10
|
||||
|
||||
go 1.11
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/go-pg/zerochecker v0.2.0
|
||||
github.com/golang/protobuf v1.4.3 // indirect
|
||||
github.com/google/go-cmp v0.5.5 // indirect
|
||||
github.com/jinzhu/inflection v1.0.0
|
||||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||||
github.com/onsi/ginkgo v1.14.2
|
||||
github.com/onsi/gomega v1.10.3
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc
|
||||
github.com/vmihailenco/bufpool v0.1.11
|
||||
github.com/vmihailenco/msgpack/v5 v5.3.1
|
||||
github.com/vmihailenco/tagparser v0.1.2
|
||||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
||||
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
|
||||
google.golang.org/protobuf v1.25.0 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
|
||||
mellium.im/sasl v0.2.1
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue