Skip to content

Commit

Permalink
Removed vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
botto committed Aug 5, 2022
1 parent abf5fc0 commit 4ea3809
Show file tree
Hide file tree
Showing 1,207 changed files with 1 addition and 412,608 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ clean:
@rm -r dist

compile:
CGO_ENABLED=0 GOOS=linux go build -mod=vendor -a -ldflags="-s -w" -o dist/dsnet ./cmd/root.go
CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o dist/dsnet ./cmd/root.go

build: compile
upx dist/dsnet

quick: compile

update_deps:
# `go mod vendor` initialises vendoring system
go get
go mod vendor
git add -f vendor

2 changes: 0 additions & 2 deletions vendor/github.com/BurntSushi/toml/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/BurntSushi/toml/COMPATIBLE

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/BurntSushi/toml/COPYING

This file was deleted.

220 changes: 0 additions & 220 deletions vendor/github.com/BurntSushi/toml/README.md

This file was deleted.

Loading

0 comments on commit 4ea3809

Please sign in to comment.