dep: add github.com/samber/lo
This commit is contained in:
parent
6a967c3884
commit
04fb3f155a
4
go.mod
4
go.mod
|
@ -7,8 +7,10 @@ require (
|
|||
github.com/go-resty/resty/v2 v2.11.0
|
||||
github.com/golang/mock v1.6.0
|
||||
github.com/google/go-cmp v0.6.0
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/multiformats/go-multibase v0.2.0
|
||||
github.com/olebedev/emitter v0.0.0-20230411050614-349169dec2ba
|
||||
github.com/samber/lo v1.39.0
|
||||
github.com/stretchr/testify v1.8.1
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1
|
||||
go.etcd.io/bbolt v1.3.8
|
||||
|
@ -19,13 +21,13 @@ require (
|
|||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
||||
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/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
||||
golang.org/x/net v0.17.0 // indirect
|
||||
golang.org/x/sys v0.15.0 // indirect
|
||||
golang.org/x/tools v0.6.0 // indirect
|
||||
|
|
Loading…
Reference in New Issue