Skip to content

Commit 25152c5

Browse files
fix: update the makefile to force make gen to work
1 parent e6ce54b commit 25152c5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ endif
9696

9797
gen: internal.pb.go
9898

99-
internal.pb.go: bolt/internal/internal.proto
100-
GO111MODULE=on go generate -x ./bolt/internal
99+
internal.pb.go: kv/internal/internal.proto
100+
GO111MODULE=on go generate -x ./kv/internal
101101

102102
test: jstest gotest gotestrace lint-ci
103103

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ require (
1515
github.com/elazarl/go-bindata-assetfs v1.0.0
1616
github.com/gogo/protobuf v1.3.1
1717
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
18+
github.com/golang/protobuf v1.3.3 // indirect
1819
github.com/google/go-cmp v0.3.0
1920
github.com/google/go-github v17.0.0+incompatible
2021
github.com/google/uuid v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y
110110
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
111111
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=
112112
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
113+
github.com/golang/protobuf v1.3.3 h1:gyjaxf+svBWX08ZjK86iN9geUJF0H6gp2IRKX6Nf6/I=
114+
github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw=
113115
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db h1:woRePGFeVFfLKN/pOkfl+p/TAqKOfFu+7KPlMVpok/w=
114116
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
115117
github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=

0 commit comments

Comments
 (0)