-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
39 lines (36 loc) · 1.47 KB
/
go.mod
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
30
31
32
33
34
35
36
37
38
39
// SPDX-FileCopyrightText: 2021 The margaret Authors
//
// SPDX-License-Identifier: MIT
go 1.16
module github.com/ssbc/margaret
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgraph-io/badger/v3 v3.2103.3
github.com/dgraph-io/sroar v0.0.0-20220527172339-b92b7eaaf6e0
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v22.10.26+incompatible // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/keks/persist v0.0.0-20210520094901-9bdd97c1fad2
github.com/klauspost/compress v1.15.12 // indirect
github.com/mattn/go-sqlite3 v1.14.16
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
github.com/pkg/errors v0.9.1
github.com/remyoudompheng/bigfft v0.0.0-20220927061507-ef77025ab5aa // indirect
github.com/ssbc/go-luigi v0.3.7-0.20221019204020-324065b9a7c6
github.com/stretchr/testify v1.8.1
github.com/ugorji/go/codec v1.2.7
go.mindeco.de v1.12.0
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.23.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
modernc.org/fileutil v1.1.1 // indirect
modernc.org/internal v1.0.5 // indirect
modernc.org/kv v1.0.4
modernc.org/lldb v1.0.4 // indirect
modernc.org/sortutil v1.1.1 // indirect
)