Skip to content

Commit

Permalink
go mod vendor (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 authored Jan 2, 2022
1 parent 07ce3f8 commit 9905bf4
Show file tree
Hide file tree
Showing 962 changed files with 311,204 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
- run: go get -v -d ./...
- run: go test -v -race -parallel=4 ./...
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
test:
name: Testing
runs-on: ubuntu-latest
services:
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
- run: go get -v -d ./...
- run: go test -race -timeout=10s -coverprofile=coverage.out -parallel=4 ./...
- run: go tool cover -html=coverage.out -o coverage.html
- uses: actions/upload-artifact@v2
Expand Down
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// +heroku goVersion go1.17
// +heroku install ./cmd/...

module github.com/cga1123/slugcmplr

go 1.17
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/Microsoft/go-winio/.gitignore

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

1 change: 1 addition & 0 deletions vendor/github.com/Microsoft/go-winio/CODEOWNERS

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

22 changes: 22 additions & 0 deletions vendor/github.com/Microsoft/go-winio/LICENSE

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

37 changes: 37 additions & 0 deletions vendor/github.com/Microsoft/go-winio/README.md

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

280 changes: 280 additions & 0 deletions vendor/github.com/Microsoft/go-winio/backup.go

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

Loading

0 comments on commit 9905bf4

Please sign in to comment.