Skip to content

Commit 72d2933

Browse files
authored
storage: Fix pair not generated correctly (#15)
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 398ab4a commit 72d2933

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.14
44

55
require (
66
bou.ke/monkey v1.0.2
7-
github.com/aos-dev/go-storage/v2 v2.0.0-beta.0.20201110102626-a6d936ef2976
7+
github.com/aos-dev/go-storage/v2 v2.0.0-beta.0.20201112072845-13c8ae1430b3
88
github.com/golang/mock v1.4.4
99
github.com/google/uuid v1.1.2
1010
github.com/pengsrc/go-shared v0.2.1-0.20190131101655-1999055a4a14

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/Xuanwo/templateutils v0.0.0-20201019101431-c73b871118f2 h1:ydpBZm38sX
66
github.com/Xuanwo/templateutils v0.0.0-20201019101431-c73b871118f2/go.mod h1:x0qS7gfgEm24b8V9U+0zBEBAu/VpxZhO/+EWtpgEgDw=
77
github.com/agext/levenshtein v1.2.1 h1:QmvMAjj2aEICytGiWzmxoE0x2KZvE0fvmqMOfy2tjT8=
88
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
9-
github.com/aos-dev/go-storage/v2 v2.0.0-beta.0.20201110102626-a6d936ef2976 h1:0oFznhj/u7pzdBA89Omp/NxhfJoKqV5h3h3tEtsfSVw=
10-
github.com/aos-dev/go-storage/v2 v2.0.0-beta.0.20201110102626-a6d936ef2976/go.mod h1:a9oqOqLBsKkgep91ZF1bicbpAodOWtbPs3sAtaScbk8=
9+
github.com/aos-dev/go-storage/v2 v2.0.0-beta.0.20201112072845-13c8ae1430b3 h1:INFL5rEKXtclog26wEditysmXLxwr5K0HSWbzlpuiEI=
10+
github.com/aos-dev/go-storage/v2 v2.0.0-beta.0.20201112072845-13c8ae1430b3/go.mod h1:a9oqOqLBsKkgep91ZF1bicbpAodOWtbPs3sAtaScbk8=
1111
github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3/go.mod h1:oL81AME2rN47vu18xqj1S1jPIPuN7afo62yKTNn3XMM=
1212
github.com/apparentlymart/go-textseg v1.0.0 h1:rRmlIsPEEhUTIKQb7T++Nz/A5Q6C9IuX2wFoYVvnCs0=
1313
github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk=

0 commit comments

Comments
 (0)