dep: add deps
This commit is contained in:
parent
722dd7d014
commit
eed785e1eb
12
go.mod
12
go.mod
|
@ -2,9 +2,19 @@ module git.lumeweb.com/LumeWeb/libs5-go
|
|||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/LumeWeb/go-cmp v0.0.0-20240104123650-d1e8aa707339
|
||||
github.com/multiformats/go-multibase v0.2.0
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1
|
||||
go.etcd.io/bbolt v1.3.8
|
||||
go.uber.org/zap v1.26.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/mr-tron/base58 v1.1.0 // indirect
|
||||
github.com/multiformats/go-base32 v0.0.3 // indirect
|
||||
github.com/multiformats/go-base36 v0.1.0 // indirect
|
||||
github.com/multiformats/go-multibase v0.2.0 // indirect
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/sys v0.15.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue