Skip to content

Commit 0e78161

Browse files
authored
Merge branch 'main' into dependabot/go_modules/aws-2eca54e4c6
2 parents 03b8675 + 08a4888 commit 0e78161

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

NOTICE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,13 +1161,13 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
11611161

11621162
--------------------------------------------------------------------------------
11631163
Dependency : go.uber.org/zap
1164-
Version: v1.27.0
1164+
Version: v1.27.1
11651165
Licence type (autodetected): MIT
11661166
--------------------------------------------------------------------------------
11671167

1168-
Contents of probable licence file $GOMODCACHE/go.uber.org/[email protected].0/LICENSE:
1168+
Contents of probable licence file $GOMODCACHE/go.uber.org/[email protected].1/LICENSE:
11691169

1170-
Copyright (c) 2016-2017 Uber Technologies, Inc.
1170+
Copyright (c) 2016-2024 Uber Technologies, Inc.
11711171

11721172
Permission is hereby granted, free of charge, to any person obtaining a copy
11731173
of this software and associated documentation files (the "Software"), to deal

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/tidwall/sjson v1.2.5
1515
go.elastic.co/ecszap v1.0.3
1616
go.elastic.co/fastjson v1.5.1
17-
go.uber.org/zap v1.27.0
17+
go.uber.org/zap v1.27.1
1818
)
1919

2020
tool (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
213213
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
214214
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
215215
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
216-
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
217-
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
216+
go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc=
217+
go.uber.org/zap v1.27.1/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
218218
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
219219
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
220220
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=

0 commit comments

Comments
 (0)