mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-01 04:46:14 -06:00
add vendor directory
This commit is contained in:
parent
9cfbfcdc42
commit
d9026c7798
2666 changed files with 1090740 additions and 0 deletions
11
vendor/github.com/json-iterator/go/go.mod
generated
vendored
Normal file
11
vendor/github.com/json-iterator/go/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module github.com/json-iterator/go
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/google/gofuzz v1.0.0
|
||||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
|
||||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
|
||||
github.com/stretchr/testify v1.3.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue