mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 22:05:43 +01:00
* Use vendor code for all go calls * Add missing vendor dependencies * Add travis_retry to yarn install * Fix go test call
9 lines
267 B
Modula-2
9 lines
267 B
Modula-2
module github.com/vektah/dataloaden
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.1
|
|
golang.org/x/tools v0.0.0-20190515012406-7d7faa4812bd
|
|
)
|