Skip to content

Commit ccdc007

Browse files
committed
fix: remove vendor dir
1 parent 7e74b24 commit ccdc007

File tree

11 files changed

+1
-1203
lines changed

11 files changed

+1
-1203
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
echo default.nix README.md | xargs sed -i "s/v$OLD_TAG/v$NEW_TAG/g"
5757
go mod vendor
5858
sed -i "s|vendorHash = \".*\"|vendorHash = \"$(nix hash path ./vendor)\"|g" default.nix
59+
rm -rf vendor
5960
git add default.nix README.md
6061
git commit -m "bump release version" --allow-empty
6162
git tag v$NEW_TAG

vendor/github.com/acaloiaro/go-envparse/.envrc

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

vendor/github.com/acaloiaro/go-envparse/.gitignore

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

vendor/github.com/acaloiaro/go-envparse/.goreleaser.yml

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

vendor/github.com/acaloiaro/go-envparse/LICENSE

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

vendor/github.com/acaloiaro/go-envparse/NOTICES.txt

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

vendor/github.com/acaloiaro/go-envparse/README.md

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

0 commit comments

Comments
 (0)