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

Commit

Permalink
Remove vendored dependencies (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 5, 2022
1 parent 3f9140e commit 8fe20ce
Show file tree
Hide file tree
Showing 526 changed files with 8 additions and 227,165 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,28 @@ name: Test

on: [push, pull_request]

env:
GO111MODULE: on

jobs:
test:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
go: ["1.17", "1.16"]
go: ["1.19", "1.18", "1.17", "1.16"]

runs-on: ${{ matrix.platform }}

steps:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "${{ matrix.go }}"

- name: Check out code into the Go module directory
uses: actions/checkout@v2
cache: true

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

- name: Run tests
run: go test -timeout 30s -v $(go list -v ./... | grep -vE '(tests|examples)$')
env:
GOFLAGS: "-mod=vendor"
10 changes: 0 additions & 10 deletions vendor/github.com/Netflix/go-expect/.travis.yml

This file was deleted.

202 changes: 0 additions & 202 deletions vendor/github.com/Netflix/go-expect/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/Netflix/go-expect/OSSMETADATA

This file was deleted.

97 changes: 0 additions & 97 deletions vendor/github.com/Netflix/go-expect/README.md

This file was deleted.

Loading

0 comments on commit 8fe20ce

Please sign in to comment.