Remove go replace by fork (matrix) (#1771)

This commit is contained in:
Wim
2022-03-20 01:43:26 +01:00
committed by GitHub
parent c5e49eec96
commit 17da95b094
21 changed files with 7 additions and 8 deletions

7
vendor/github.com/matterbridge/gomatrix/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,7 @@
language: go
go:
- 1.13.10
install:
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
- go build
script: ./hooks/pre-commit