Skip to content

Commit

Permalink
Re-add the vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinyanakiev committed Jun 15, 2023
1 parent 1082c7c commit ddeb01b
Show file tree
Hide file tree
Showing 430 changed files with 101,426 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jobs:
uses: actions/checkout@v2

# https://github.com/marketplace/actions/cache
# - name: Cache Go modules
# uses: actions/cache@v3
# with:
# # In order:
# # * Module download cache
# # * Build cache (Linux)
# # * Build cache (Mac)
# # * Build cache (Windows)
# path: |
# ~/go/pkg/mod
# ~/.cache/go-build
# ~/Library/Caches/go-build
# %LocalAppData%\go-build
# key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }}
# restore-keys: |
# ${{ runner.os }}-${{ matrix.go-version }}-go-
- name: Cache Go modules
uses: actions/cache@v3
with:
# In order:
# * Module download cache
# * Build cache (Linux)
# * Build cache (Mac)
# * Build cache (Windows)
path: |
~/go/pkg/mod
~/.cache/go-build
~/Library/Caches/go-build
%LocalAppData%\go-build
key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-${{ matrix.go-version }}-go-
- name: Test
run: go test -v -cover ./...
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea/
/vendor/
.DS_Store
.env
8 changes: 8 additions & 0 deletions vendor/github.com/elastic/go-elasticsearch/v7/.codecov.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/elastic/go-elasticsearch/v7/.dockerignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/elastic/go-elasticsearch/v7/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

294 changes: 294 additions & 0 deletions vendor/github.com/elastic/go-elasticsearch/v7/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ddeb01b

Please sign in to comment.