Skip to content

Commit 3ac895c

Browse files
dependabot[bot]ViBiOh
authored andcommitted
chore(deps): bump github.com/ViBiOh/absto from 1.2.6 to 1.2.7
Bumps [github.com/ViBiOh/absto](https://github.com/ViBiOh/absto) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/ViBiOh/absto/releases) - [Commits](ViBiOh/absto@v1.2.6...v1.2.7) --- updated-dependencies: - dependency-name: github.com/ViBiOh/absto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02c8d2d commit 3ac895c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/ViBiOh/exas
33
go 1.20
44

55
require (
6-
github.com/ViBiOh/absto v1.2.6
6+
github.com/ViBiOh/absto v1.2.7
77
github.com/ViBiOh/flags v1.2.0
88
github.com/ViBiOh/httputils/v4 v4.53.6
99
github.com/prometheus/client_golang v1.14.0
@@ -22,10 +22,10 @@ require (
2222
github.com/google/uuid v1.3.0 // indirect
2323
github.com/json-iterator/go v1.1.12 // indirect
2424
github.com/klauspost/compress v1.15.15 // indirect
25-
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
25+
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
2626
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2727
github.com/minio/md5-simd v1.1.2 // indirect
28-
github.com/minio/minio-go/v7 v7.0.48 // indirect
28+
github.com/minio/minio-go/v7 v7.0.49 // indirect
2929
github.com/minio/sha256-simd v1.0.0 // indirect
3030
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3131
github.com/modern-go/reflect2 v1.0.2 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/ViBiOh/absto v1.2.6 h1:u/hwmYnaM3Efo9m8Ntifi028iLI06awDxWkX7NjoLu4=
2-
github.com/ViBiOh/absto v1.2.6/go.mod h1:FgEjHmzpXy4lGVHXa6LRH54b0WpyJBQ4baD7s1rS48g=
1+
github.com/ViBiOh/absto v1.2.7 h1:7RKZJGX2aVWnZJENKOGSRMjpNogF0353LxphS6P1dno=
2+
github.com/ViBiOh/absto v1.2.7/go.mod h1:W6ujxoIzdl+syixjLFULuEjiAlzhTEd8ce/P+nYB+zQ=
33
github.com/ViBiOh/flags v1.2.0 h1:DaujjNXzD29KxKyp4eZdn7c9+uBN5DokWgDAe7DcUmc=
44
github.com/ViBiOh/flags v1.2.0/go.mod h1:UyMB5zeD/aId7Xw3x7577ZNU298JmukzOcV8p/H2W1s=
55
github.com/ViBiOh/httputils/v4 v4.53.6 h1:dNr++RNUxsnIgLU+RF1IG1MiURM9qvL3srwCPOIQ9Ws=
@@ -41,14 +41,14 @@ github.com/klauspost/compress v1.15.15 h1:EF27CXIuDsYJ6mmvtBRlEuB2UVOqHG1tAXgZ7y
4141
github.com/klauspost/compress v1.15.15/go.mod h1:ZcK2JAFqKOpnBlxcLsJzYfrS9X1akm9fHZNnD9+Vo/4=
4242
github.com/klauspost/cpuid/v2 v2.0.1/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
4343
github.com/klauspost/cpuid/v2 v2.0.4/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
44-
github.com/klauspost/cpuid/v2 v2.2.3 h1:sxCkb+qR91z4vsqw4vGGZlDgPz3G7gjaLyK3V8y70BU=
45-
github.com/klauspost/cpuid/v2 v2.2.3/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY=
44+
github.com/klauspost/cpuid/v2 v2.2.4 h1:acbojRNwl3o09bUq+yDCtZFc1aiwaAAxtcn8YkZXnvk=
45+
github.com/klauspost/cpuid/v2 v2.2.4/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY=
4646
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
4747
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
4848
github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=
4949
github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM=
50-
github.com/minio/minio-go/v7 v7.0.48 h1:VQtYB/2xHW2SlxqhjRlDpvSiSOfGlyFlXZF1EHARPHM=
51-
github.com/minio/minio-go/v7 v7.0.48/go.mod h1:nCrRzjoSUQh8hgKKtu3Y708OLvRLtuASMg2/nvmbarw=
50+
github.com/minio/minio-go/v7 v7.0.49 h1:dE5DfOtnXMXCjr/HWI6zN9vCrY6Sv666qhhiwUMvGV4=
51+
github.com/minio/minio-go/v7 v7.0.49/go.mod h1:UI34MvQEiob3Cf/gGExGMmzugkM/tNgbFypNDy5LMVc=
5252
github.com/minio/sha256-simd v1.0.0 h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=
5353
github.com/minio/sha256-simd v1.0.0/go.mod h1:OuYzVNI5vcoYIAmbIvHPl3N3jUzVedXbKy5RFepssQM=
5454
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)