Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 #58

Merged

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0

55e6a1c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 #58

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0
55e6a1c
Select commit
Loading
Failed to load commit list.
GitHub Actions / Go 1.23.x Test Results succeeded Dec 5, 2024 in 0s

267 passed, 0 failed and 0 skipped

Tests passed successfully

✅ .test/reports/unit-test.xml

267 tests were completed in 19s with 267 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
github.com/zeiss/pkg 0ms
github.com/zeiss/pkg/async 1s
github.com/zeiss/pkg/authx/fga 182ms
github.com/zeiss/pkg/b64 4✅ 1s
github.com/zeiss/pkg/cast 14✅ 1s
github.com/zeiss/pkg/channels 3✅ 1s
github.com/zeiss/pkg/cmd/helm/update 5ms
github.com/zeiss/pkg/conv 50✅ 1s
github.com/zeiss/pkg/copy 64✅ 1s
github.com/zeiss/pkg/dbx 4ms
github.com/zeiss/pkg/dbx/pg 3✅ 1s
github.com/zeiss/pkg/errorx 3✅ 1s
github.com/zeiss/pkg/examples/async 4ms
github.com/zeiss/pkg/examples/server 4ms
github.com/zeiss/pkg/hash 25✅ 1s
github.com/zeiss/pkg/jsonx 5ms
github.com/zeiss/pkg/k8s 4ms
github.com/zeiss/pkg/k8s/finalizers 4ms
github.com/zeiss/pkg/k8s/reconciler 22ms
github.com/zeiss/pkg/logx 1✅ 1s
github.com/zeiss/pkg/mapx 3✅ 1s
github.com/zeiss/pkg/nanoid 2✅ 1s
github.com/zeiss/pkg/notify 2✅ 1s
github.com/zeiss/pkg/notify/fcm 7ms
github.com/zeiss/pkg/server 8✅ 1s
github.com/zeiss/pkg/slices 39✅ 1s
github.com/zeiss/pkg/stringx 24✅ 1s
github.com/zeiss/pkg/syncx 2✅ 1s
github.com/zeiss/pkg/ulid 2✅ 1s
github.com/zeiss/pkg/urlx 13✅ 1s
github.com/zeiss/pkg/utilx 5✅ 1s

✅ github.com/zeiss/pkg/b64

✅ TestBase64/success
✅ TestHmac256
✅ TestContentHash
✅ TestBase64

✅ github.com/zeiss/pkg/cast

✅ TestZero
✅ TestIsZero
✅ TestPtr/success
✅ TestPtr/success#04
✅ TestPtr/success#03
✅ TestPtr/success#01
✅ TestPtr/success#02
✅ TestPtr
✅ TestValue/success
✅ TestValue/success#03
✅ TestValue/success#02
✅ TestValue/success#01
✅ TestValue/success#04
✅ TestValue

✅ github.com/zeiss/pkg/channels

✅ TestJoin
✅ TestDrain
✅ TestFilter

✅ github.com/zeiss/pkg/conv

✅ TestString/bool
✅ TestString/int
✅ TestString/int8
✅ TestString/int16
✅ TestString/int32
✅ TestString/int64
✅ TestString/uint
✅ TestString/uint8
✅ TestString/uint16
✅ TestString/uint32
✅ TestString/uint64
✅ TestString/float32
✅ TestString/float64
✅ TestString/string
✅ TestString/nil
✅ TestString/struct
✅ TestString
✅ TestBool/bool
✅ TestBool/int
✅ TestBool/int8
✅ TestBool/int16
✅ TestBool/int32
✅ TestBool/int64
✅ TestBool/uint
✅ TestBool/uint8
✅ TestBool/uint16
✅ TestBool/uint32
✅ TestBool/uint64
✅ TestBool/float32
✅ TestBool/float64
✅ TestBool/string
✅ TestBool/nil
✅ TestBool
✅ TestBytes/bool
✅ TestBytes/int
✅ TestBytes/int8
✅ TestBytes/int16
✅ TestBytes/int32
✅ TestBytes/int64
✅ TestBytes/uint
✅ TestBytes/uint8
✅ TestBytes/uint16
✅ TestBytes/uint32
✅ TestBytes/uint64
✅ TestBytes/float32
✅ TestBytes/float64
✅ TestBytes/string
✅ TestBytes/nil
✅ TestBytes
✅ TestByteSizes

✅ github.com/zeiss/pkg/copy

✅ TestCopySameStructWithPointerField
✅ TestCopySliceOfDifferentTypes
✅ TestCopyStruct
✅ TestCopyFromStructToSlice
✅ TestCopyFromSliceToSlice
✅ TestCopyFromSliceToSlice2
✅ TestCopyFromSliceToSlice3
✅ TestEmbeddedAndBase
✅ TestStructField/Should_work_without_deepCopy/Should_work_with_same_type_and_both_ptr_field
✅ TestStructField/Should_work_without_deepCopy/Should_work_with_same_type_and_both_not_ptr_field
✅ TestStructField/Should_work_without_deepCopy/Should_work_with_different_type_and_both_ptr_field
✅ TestStructField/Should_work_without_deepCopy/Should_work_with_different_type_and_both_not_ptr_field
✅ TestStructField/Should_work_without_deepCopy/Should_work_with_from_ptr_field_and_to_not_ptr_field
✅ TestStructField/Should_work_without_deepCopy/Should_work_with_from_not_ptr_field_and_to_ptr_field
✅ TestStructField/Should_work_without_deepCopy/Should_work_with_from_a_nil_ptr_slice_field_to_a_slice_field
✅ TestStructField/Should_work_without_deepCopy
✅ TestStructField/Should_work_with_deepCopy/Should_work_with_same_type_and_both_ptr_field
✅ TestStructField/Should_work_with_deepCopy/Should_work_with_same_type_and_both_not_ptr_field
✅ TestStructField/Should_work_with_deepCopy/Should_work_with_different_type_and_both_ptr_field
✅ TestStructField/Should_work_with_deepCopy/Should_work_with_different_type_and_both_not_ptr_field
✅ TestStructField/Should_work_with_deepCopy/Should_work_with_from_ptr_field_and_to_not_ptr_field
✅ TestStructField/Should_work_with_deepCopy/Should_work_with_from_not_ptr_field_and_to_ptr_field
✅ TestStructField/Should_work_with_deepCopy/Should_work_with_from_a_nil_ptr_slice_field_to_a_slice_field
✅ TestStructField/Should_work_with_deepCopy
✅ TestStructField
✅ TestMapInterface/Should_work_without_deepCopy
✅ TestMapInterface/Should_work_with_deepCopy
✅ TestMapInterface/Test_copy_map_with_nil_interface
✅ TestMapInterface/Test_copy_map_with_nested_slice_map
✅ TestMapInterface
✅ TestInterface/Should_work_without_deepCopy
✅ TestInterface/Should_work_with_deepCopy
✅ TestInterface
✅ TestSlice/Should_work_with_simple_slice
✅ TestSlice/Should_work_with_empty_slice
✅ TestSlice/Should_work_without_deepCopy
✅ TestSlice/Should_work_with_deepCopy
✅ TestSlice
✅ TestAnonymousFields/Should_work_with_unexported_ptr_fields
✅ TestAnonymousFields/Should_work_with_unexported_fields
✅ TestAnonymousFields/Should_work_with_exported_ptr_fields
✅ TestAnonymousFields/Should_work_with_exported_ptr_fields_with_same_name_src_field
✅ TestAnonymousFields/Should_work_with_exported_fields
✅ TestAnonymousFields
✅ TestCopyFieldsWithSameNameButDifferentTypes
✅ TestCopyMapOfStruct
✅ TestCopyMapOfInt
✅ TestCopyMapOfSliceValue
✅ TestCopyMapOfPtrValue
✅ TestCopyWithOption
✅ TestScanner
✅ TestScanFromPtrToSqlNullable
✅ TestDeepCopyInterface
✅ TestDeepCopyTime
✅ TestNestedPrivateData
✅ TestDeepMapCopyTime
✅ TestCopySimpleTime
✅ TestDeepCopySimpleTime
✅ TestDeepCopyAnonymousFieldTime
✅ TestSqlNullFiled
✅ TestEmptySlice
✅ TestNestedNilPointerStruct
✅ ExampleCopy
✅ ExampleCopyWithOption

✅ github.com/zeiss/pkg/dbx/pg

✅ TestFormatDSN
✅ TestContext
✅ TestNewConfig

✅ github.com/zeiss/pkg/errorx

✅ TestEmpty/nil_error
✅ TestEmpty/non-nil_error
✅ TestEmpty

✅ github.com/zeiss/pkg/hash

✅ TestHash_identity
✅ TestHash_equal/0
✅ TestHash_equal/1
✅ TestHash_equal/2
✅ TestHash_equal/3
✅ TestHash_equal/4
✅ TestHash_equal/5
✅ TestHash_equal/6
✅ TestHash_equal/7
✅ TestHash_equal/8
✅ TestHash_equal/9
✅ TestHash_equal
✅ TestHash_equalIgnore
✅ TestHash_stringTagError
✅ TestHash_equalNil
✅ TestHash_equalSet
✅ TestHash_includable
✅ TestHash_ignoreZeroValue
✅ TestHash_includableMap
✅ TestHash_hashable/0
✅ TestHash_hashable/1
✅ TestHash_hashable/2
✅ TestHash_hashable/3
✅ TestHash_hashable/4
✅ TestHash_hashable

✅ github.com/zeiss/pkg/logx

✅ TestFacade

✅ github.com/zeiss/pkg/mapx

✅ TestDelete
✅ TestKeep
✅ TestExists

✅ github.com/zeiss/pkg/nanoid

✅ TestNew
✅ TestUnicode

✅ github.com/zeiss/pkg/notify

✅ TestNew
✅ TestNotify

✅ github.com/zeiss/pkg/server

✅ TestWithContext
✅ TestSetLimit
✅ TestSetLimitZero
✅ TestSetLimitNegative
✅ TestUnimplemented
✅ TestNewError
✅ TestLookupName
✅ TestDefaultEnv

✅ github.com/zeiss/pkg/slices

✅ TestSize/empty_slice
✅ TestSize/slice_with_size
✅ TestSize/slice_without_size
✅ TestSize
✅ TestFirst/first_element_in_slice
✅ TestFirst
✅ TestAppend/append_element_to_slice
✅ TestAppend
✅ TestLimit/limit_slice
✅ TestLimit
✅ TestIndex/element_index_in_slice
✅ TestIndex/element_index_not_in_slice
✅ TestIndex
✅ TestIn/element_in_slice
✅ TestIn/element_not_in_slice
✅ TestIn
✅ TestFilter/filter_slice
✅ TestInsert/insert_into_slice
✅ TestUnique/unique_elements_in_slice
✅ TestUnique
✅ TestLast/last_element_in_slice
✅ TestLast
✅ TestFilter
✅ TestCut/cut_from_slice
✅ TestCut
✅ TestPush/push_to_slice
✅ TestPop/pop_from_slice
✅ TestMap/map_slice
✅ TestPush
✅ TestInsert
✅ TestPop
✅ TestRange/range_slice
✅ TestRange
✅ TestMap
✅ TestDelete/delete_from_slice
✅ TestDelete
✅ TestAny/any_element_in_slice
✅ TestAny/any_element_not_in_slice
✅ TestAny

✅ github.com/zeiss/pkg/stringx

✅ TestFirstN/_0
✅ TestFirstN/_1
✅ TestFirstN/a_0
✅ TestAnyPrefix/_[]
✅ TestAnyPrefix/_[a]
✅ TestFirstN/a_1
✅ TestAnyPrefix/a_[]
✅ TestFirstN/a_2
✅ TestFirstN/ab_0
✅ TestFirstN/ab_1
✅ TestFirstN/ab_2
✅ TestAnyPrefix/a_[a]
✅ TestFirstN/ab_3
✅ TestAnyPrefix/a_[b]
✅ TestFirstN/abc_0
✅ TestAnyPrefix/a_[a_b]
✅ TestFirstN/abc_1
✅ TestAnyPrefix/a_[b_a]
✅ TestFirstN/abc_2
✅ TestFirstN/abc_3
✅ TestFirstN/abc_4
✅ TestFirstN
✅ TestAnyPrefix/a_[b_c]
✅ TestAnyPrefix

✅ github.com/zeiss/pkg/syncx

✅ TestPoo
✅ TestValue

✅ github.com/zeiss/pkg/ulid

✅ TestNew
✅ TestNewReverse

✅ github.com/zeiss/pkg/urlx

✅ TestCopyValues/copy_values
✅ TestMustCopyValues/copy_values
✅ TestRemoveQueryValues/remove_value
✅ TestCopyValues/copy_additional_values
✅ TestMustCopyValues/copy_additional_values
✅ TestCopyValues/overwrite_values
✅ TestCopyValues
✅ TestMustCopyValues/overwrite_values
✅ TestMustCopyValues
✅ TestRemoveQueryValues/remove_multiple_values
✅ TestRemoveQueryValues/remove_non-existing_value
✅ TestRemoveQueryValues/remove_value_from_just_the_path
✅ TestRemoveQueryValues

✅ github.com/zeiss/pkg/utilx

✅ TestIfElse
✅ TestOr
✅ TestAnd
✅ TestNotEmpty
✅ TestEmpty