mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 08:52:30 +00:00
Use mod vendor for vendored directory (backwards compatible)
This commit is contained in:
24
vendor/github.com/matterbridge/gomatrix/.gitignore
generated
vendored
Normal file
24
vendor/github.com/matterbridge/gomatrix/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
9
vendor/github.com/matterbridge/gomatrix/.travis.yml
generated
vendored
Normal file
9
vendor/github.com/matterbridge/gomatrix/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.8
|
||||
install:
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get github.com/fzipp/gocyclo
|
||||
- go get github.com/client9/misspell/...
|
||||
- go get github.com/gordonklaus/ineffassign
|
||||
script: ./hooks/pre-commit
|
||||
6
vendor/github.com/matterbridge/gomatrix/README.md
generated
vendored
Normal file
6
vendor/github.com/matterbridge/gomatrix/README.md
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# gomatrix
|
||||
[](https://godoc.org/github.com/matrix-org/gomatrix)
|
||||
|
||||
A Golang Matrix client.
|
||||
|
||||
**THIS IS UNDER ACTIVE DEVELOPMENT: BREAKING CHANGES ARE FREQUENT.**
|
||||
Reference in New Issue
Block a user