Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit d72bb61

Browse files
chrustychrusty
andauthored
Removing -u option from Makefile and README (relies too heavily on stable dependencies) (#22)
Co-authored-by: chrusty <prawn@localhost>
1 parent 50f0adb commit d72bb61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
@go build -o bin/protoc-gen-jsonschema cmd/protoc-gen-jsonschema/main.go
77

88
install:
9-
@GO111MODULE=on go get -u github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschema && go install github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschema
9+
@GO111MODULE=on go get github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschema && go install github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschema
1010

1111
build_linux:
1212
@echo "Generating Linux-amd64 binary (protoc-gen-jsonschema.linux-amd64) ..."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This will hopefully be useful for people who define their data using ProtoBuf, b
99

1010
Installation
1111
------------
12-
`GO111MODULE=on go get -u github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschema && go install github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschema`
12+
`GO111MODULE=on go get github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschema && go install github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschema`
1313

1414
Links
1515
-----

0 commit comments

Comments
 (0)