-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 922 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/openacid/slim
go 1.17
require (
github.com/golang/protobuf v1.5.4
github.com/google/btree v1.1.3
github.com/kr/pretty v0.3.1
github.com/openacid/errors v0.8.1
github.com/openacid/genr v0.1.1
github.com/openacid/low v0.1.21
github.com/openacid/must v0.1.3
github.com/openacid/tablewriter v0.0.0-20190429071406-b14f71081b86
github.com/openacid/testkeys v0.1.7
github.com/openacid/testutil v0.1.3
github.com/stretchr/testify v1.11.1
)
require (
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)