libs5-go/go.mod

36 lines
1.1 KiB
Modula-2
Raw Normal View History

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 (
github.com/emirpasic/gods v1.18.1
2024-01-09 13:15:21 +00:00
github.com/go-resty/resty/v2 v2.11.0
2024-01-08 05:16:32 +00:00
github.com/golang/mock v1.6.0
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
go.sia.tech/jape v0.11.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
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-09 13:15:21 +00:00
golang.org/x/net v0.17.0 // indirect
2024-01-04 13:19:56 +00:00
golang.org/x/sys v0.15.0 // indirect
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
)