2024-01-03 08:48:39 +00:00
|
|
|
module git.lumeweb.com/LumeWeb/libs5-go
|
|
|
|
|
2024-03-01 04:24:30 +00:00
|
|
|
go 1.21.6
|
2024-01-03 08:48:39 +00:00
|
|
|
|
2024-01-04 13:19:56 +00:00
|
|
|
require (
|
2024-02-29 17:25:21 +00:00
|
|
|
github.com/ddo/rq v0.0.0-20190828174524-b3daa55fcaba
|
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-18 17:06:15 +00:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2024-01-04 13:19:56 +00:00
|
|
|
github.com/multiformats/go-multibase v0.2.0
|
2024-01-10 11:21:03 +00:00
|
|
|
github.com/olebedev/emitter v0.0.0-20230411050614-349169dec2ba
|
2024-01-18 17:06:15 +00:00
|
|
|
github.com/samber/lo v1.39.0
|
2024-01-08 06:01:49 +00:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2024-01-04 13:19:56 +00:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
|
|
go.etcd.io/bbolt v1.3.8
|
2024-01-10 14:19:21 +00:00
|
|
|
go.sia.tech/jape v0.11.1
|
2024-01-29 06:10:04 +00:00
|
|
|
go.uber.org/fx v1.20.1
|
2024-01-04 13:19:56 +00:00
|
|
|
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 (
|
2024-01-08 06:01:49 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-01-03 08:48:39 +00:00
|
|
|
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-08 06:01:49 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-01-04 13:19:56 +00:00
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2024-01-29 06:10:04 +00:00
|
|
|
go.uber.org/dig v1.17.0 // indirect
|
2024-01-04 13:19:56 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-01-18 17:06:15 +00:00
|
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
2024-01-04 13:19:56 +00:00
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
2024-02-29 17:25:21 +00:00
|
|
|
golang.org/x/time v0.3.0 // indirect
|
2024-01-10 14:19:21 +00:00
|
|
|
golang.org/x/tools v0.6.0 // indirect
|
2024-01-08 06:01:49 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-01-03 08:48:39 +00:00
|
|
|
)
|