Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 8fe20ce

Browse files
authored
Remove vendored dependencies (#455)
1 parent 3f9140e commit 8fe20ce

File tree

526 files changed

+8
-227165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+8
-227165
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,28 @@ name: Test
22

33
on: [push, pull_request]
44

5-
env:
6-
GO111MODULE: on
7-
85
jobs:
96
test:
107
strategy:
118
fail-fast: false
129
matrix:
1310
platform: [ubuntu-latest, macos-latest, windows-latest]
14-
go: ["1.17", "1.16"]
11+
go: ["1.19", "1.18", "1.17", "1.16"]
12+
1513
runs-on: ${{ matrix.platform }}
14+
1615
steps:
16+
- name: Check out code
17+
uses: actions/checkout@v3
18+
1719
- name: Set up Go
18-
uses: actions/setup-go@v2
20+
uses: actions/setup-go@v3
1921
with:
2022
go-version: "${{ matrix.go }}"
21-
22-
- name: Check out code into the Go module directory
23-
uses: actions/checkout@v2
23+
cache: true
2424

2525
- name: Add problem matcher
2626
run: echo "::add-matcher::$PWD/.github/matchers.json"
2727

2828
- name: Run tests
2929
run: go test -timeout 30s -v $(go list -v ./... | grep -vE '(tests|examples)$')
30-
env:
31-
GOFLAGS: "-mod=vendor"

vendor/github.com/Netflix/go-expect/.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/github.com/Netflix/go-expect/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

vendor/github.com/Netflix/go-expect/OSSMETADATA

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/Netflix/go-expect/README.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)