Skip to content

Commit

Permalink
Vendor the network tool code base.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Mar 28, 2024
1 parent d217fdc commit 85f1b7d
Show file tree
Hide file tree
Showing 158 changed files with 102,814 additions and 9 deletions.
2 changes: 1 addition & 1 deletion extra/tools/network/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SRC := $(shell find . -type f -name '*.go' -print)
BIN_DIR := $(CURDIR)/bin
CLI_TOOLS ?= $(BIN_DIR)/network
GOFLAGS := -mod=mod
GOFLAGS :=
GOPRIVATE ?= github.com/boschglobal

# Additional no-Go related settings.
Expand Down
10 changes: 2 additions & 8 deletions extra/tools/network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,8 @@ $ go get github.boschdevcloud.com/fsil/fsil.go/ast

### Go Module Vendor

> NOTE: Its not clear if this partial-vendoring strategy works (go build -mod=mod ...). See `GOFLAGS` to manipulate.
```bash
# Vendor the project.
$ go mod vendor

# Remove public modules.
$ rm -rf vendor/github.com
$ rm -rf vendor/golang.org/
$ rm -rf vendor/gopkg.in/
$ go mod tidy
$ go mod vendor
```

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

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

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

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

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

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

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

Loading

0 comments on commit 85f1b7d

Please sign in to comment.