File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 96
96
97
97
gen : internal.pb.go
98
98
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
101
101
102
102
test : jstest gotest gotestrace lint-ci
103
103
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ require (
15
15
github.com/elazarl/go-bindata-assetfs v1.0.0
16
16
github.com/gogo/protobuf v1.3.1
17
17
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
18
+ github.com/golang/protobuf v1.3.3 // indirect
18
19
github.com/google/go-cmp v0.3.0
19
20
github.com/google/go-github v17.0.0+incompatible
20
21
github.com/google/uuid v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y
110
110
github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
111
111
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs =
112
112
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 =
113
115
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db h1:woRePGFeVFfLKN/pOkfl+p/TAqKOfFu+7KPlMVpok/w =
114
116
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
115
117
github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4 =
You can’t perform that action at this time.
0 commit comments