-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
27 lines (24 loc) · 923 Bytes
/
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
module github.com/oxzi/gosh
go 1.21
require (
github.com/akamensky/base58 v0.0.0-20210829145138-ce8bf8802e8f
github.com/oxzi/syscallset-go v0.1.6
github.com/timshannon/badgerhold/v4 v4.0.3
golang.org/x/sys v0.27.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgraph-io/badger/v4 v4.5.0 // indirect
github.com/dgraph-io/ristretto/v2 v2.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/elastic/go-seccomp-bpf v1.5.0 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/pkg/errors v0.9.1 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.31.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
)