mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 09:13:16 -06:00
add vendor directory
This commit is contained in:
parent
9cfbfcdc42
commit
d9026c7798
2666 changed files with 1090740 additions and 0 deletions
|
|
@ -12,8 +12,11 @@ ADD cmd /go/src/github.com/superseriousbusiness/gotosocial/cmd
|
|||
ADD internal /go/src/github.com/superseriousbusiness/gotosocial/internal
|
||||
ADD testrig /go/src/github.com/superseriousbusiness/gotosocial/testrig
|
||||
ADD docs/swagger.go /go/src/github.com/superseriousbusiness/gotosocial/docs/swagger.go
|
||||
|
||||
# dependencies and vendor
|
||||
ADD go.mod /go/src/github.com/superseriousbusiness/gotosocial/go.mod
|
||||
ADD go.sum /go/src/github.com/superseriousbusiness/gotosocial/go.sum
|
||||
ADD vendor /go/src/github.com/superseriousbusiness/gotosocial/vendor
|
||||
|
||||
# move .git dir and version for versioning
|
||||
ADD .git /go/src/github.com/superseriousbusiness/gotosocial/.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue