Skip to content

Commit 359d57a

Browse files
committed
remove vendor
1 parent 1b07ddc commit 359d57a

File tree

1,180 files changed

+7
-392013
lines changed

Some content is hidden

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

1,180 files changed

+7
-392013
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ node_modules
66

77
# goreleaser
88
dist/
9+
10+
# Go
11+
vendor

.goreleaser.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
before:
2+
hooks:
3+
- go mod tidy
14
builds:
25
- main: ./cmd/forky
36
binary: forky
@@ -11,7 +14,7 @@ builds:
1114
env:
1215
- CGO_ENABLED=0
1316
flags:
14-
- -mod=vendor
17+
- -mod=readonly
1518

1619
release:
1720
prerelease: auto

vendor/github.com/ProtonMail/go-crypto/AUTHORS

-3
This file was deleted.

vendor/github.com/ProtonMail/go-crypto/CONTRIBUTORS

-3
This file was deleted.

vendor/github.com/ProtonMail/go-crypto/LICENSE

-27
This file was deleted.

vendor/github.com/ProtonMail/go-crypto/PATENTS

-22
This file was deleted.

0 commit comments

Comments
 (0)