Skip to content

Commit 8a30c09

Browse files
chore(deps): bump github.com/samber/lo from 1.50.0 to 1.52.0
Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.50.0 to 1.52.0. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.50.0...v1.52.0) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ff7380 commit 8a30c09

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/alecthomas/jsonschema v0.0.0-20191017121752-4bb6e3fae4f2
1414
github.com/blang/semver/v4 v4.0.0
1515
github.com/cenkalti/backoff/v4 v4.3.0
16+
github.com/ettle/strcase v0.2.0
1617
github.com/fatih/color v1.18.0
1718
github.com/google/go-cmp v0.7.0
1819
github.com/google/go-querystring v1.1.0
@@ -22,10 +23,11 @@ require (
2223
github.com/hexops/gotextdiff v1.0.3
2324
github.com/kong/deck v1.51.1
2425
github.com/kong/go-kong v0.69.0
25-
github.com/samber/lo v1.50.0
26+
github.com/samber/lo v1.52.0
2627
github.com/shirou/gopsutil/v3 v3.24.5
2728
github.com/ssgelm/cookiejarparser v1.0.1
2829
github.com/stretchr/testify v1.10.0
30+
github.com/tidwall/gjson v1.18.0
2931
github.com/xeipuuv/gojsonschema v1.2.0
3032
golang.org/x/sync v0.15.0
3133
golang.org/x/term v0.32.0
@@ -51,7 +53,6 @@ require (
5153
github.com/dprotaso/go-yit v0.0.0-20240618133044-5a0af90af097 // indirect
5254
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
5355
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 // indirect
54-
github.com/ettle/strcase v0.2.0 // indirect
5556
github.com/fsnotify/fsnotify v1.8.0 // indirect
5657
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
5758
github.com/ghodss/yaml v1.0.0 // indirect
@@ -110,7 +111,6 @@ require (
110111
github.com/spf13/pflag v1.0.6 // indirect
111112
github.com/spf13/viper v1.20.1 // indirect
112113
github.com/subosito/gotenv v1.6.0 // indirect
113-
github.com/tidwall/gjson v1.18.0 // indirect
114114
github.com/tidwall/match v1.1.1 // indirect
115115
github.com/tidwall/pretty v1.2.1 // indirect
116116
github.com/tklauser/go-sysconf v0.3.12 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
341341
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
342342
github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=
343343
github.com/sagikazarmark/locafero v0.7.0/go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k=
344-
github.com/samber/lo v1.50.0 h1:XrG0xOeHs+4FQ8gJR97zDz5uOFMW7OwFWiFVzqopKgY=
345-
github.com/samber/lo v1.50.0/go.mod h1:RjZyNk6WSnUFRKK6EyOhsRJMqft3G+pg7dCWHQCWvsc=
344+
github.com/samber/lo v1.52.0 h1:Rvi+3BFHES3A8meP33VPAxiBZX/Aws5RxrschYGjomw=
345+
github.com/samber/lo v1.52.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
346346
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4=
347347
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1/go.mod h1:uToXkOrWAZ6/Oc07xWQrPOhJotwFIyu2bBVN41fcDUY=
348348
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=

0 commit comments

Comments
 (0)