2024-01-03 08:48:39 +00:00
|
|
|
module git.lumeweb.com/LumeWeb/libs5-go
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
2024-01-04 13:19:56 +00:00
|
|
|
require (
|
2024-01-05 11:23:32 +00:00
|
|
|
github.com/emirpasic/gods v1.18.1
|
2024-01-08 05:16:32 +00:00
|
|
|
github.com/golang/mock v1.6.0
|
2024-01-05 11:23:32 +00:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2024-01-04 13:19:56 +00:00
|
|
|
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
|
2024-01-07 11:31:26 +00:00
|
|
|
nhooyr.io/websocket v1.7.1
|
2024-01-04 13:19:56 +00:00
|
|
|
)
|
|
|
|
|
2024-01-03 08:48:39 +00:00
|
|
|
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
|
2024-01-04 13:19:56 +00:00
|
|
|
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
|
2024-01-03 08:48:39 +00:00
|
|
|
)
|