File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ func main() {
7373 appServer := server .New (appServerConfig )
7474 healthApp := health .New (healthConfig )
7575
76- storageProvider , err := absto .New (abstoConfig , telemetryApp .TracerProvider (). Tracer ( "absto" ) )
76+ storageProvider , err := absto .New (abstoConfig , telemetryApp .TracerProvider ())
7777 if err != nil {
7878 slog .Error ("create absto" , "err" , err )
7979 os .Exit (1 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ViBiOh/exas
33go 1.21
44
55require (
6- github.com/ViBiOh/absto v1.6.1
6+ github.com/ViBiOh/absto v1.7.0
77 github.com/ViBiOh/flags v1.3.1
88 github.com/ViBiOh/httputils/v4 v4.63.4
99 github.com/rabbitmq/amqp091-go v1.8.1
@@ -25,7 +25,7 @@ require (
2525 github.com/klauspost/compress v1.16.7 // indirect
2626 github.com/klauspost/cpuid/v2 v2.2.5 // indirect
2727 github.com/minio/md5-simd v1.1.2 // indirect
28- github.com/minio/minio-go/v7 v7.0.61 // indirect
28+ github.com/minio/minio-go/v7 v7.0.62 // indirect
2929 github.com/minio/sha256-simd v1.0.1 // indirect
3030 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3131 github.com/modern-go/reflect2 v1.0.2 // indirect
Original file line number Diff line number Diff line change 1- github.com/ViBiOh/absto v1.6.1 h1:Di2/aXhwBgZjNgBn1N1M4ukaaI//jxsNrpohrrUcv8I =
2- github.com/ViBiOh/absto v1.6.1 /go.mod h1:EeeJl8HEpA9eEidC7TVV1SI4uUkx7XLoX0oxMuFuQgs =
1+ github.com/ViBiOh/absto v1.7.0 h1:u60N+cgUe9PWDdeX6ixqX3jQISqeip1Q+ZhzFqaGrWU =
2+ github.com/ViBiOh/absto v1.7.0 /go.mod h1:0F1g0DknHQZvDP+bEF4B9qBhaln/8PcW5YZ1QYdimRM =
33github.com/ViBiOh/flags v1.3.1 h1:OHkGtVBPb6CpgWUST1VS9heKvHWBgwpyM8fXnuJRRVU =
44github.com/ViBiOh/flags v1.3.1 /go.mod h1:yQAIBf4HTymJDCF0Bl8QQHvQTr5uiUMQBa/A/ao1oM4 =
55github.com/ViBiOh/httputils/v4 v4.63.4 h1:FJ+hpWFgmhcdYCvAHLdc54pPQbhgKq7asZaGfPPlHSw =
@@ -53,8 +53,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
5353github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
5454github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34 =
5555github.com/minio/md5-simd v1.1.2 /go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM =
56- github.com/minio/minio-go/v7 v7.0.61 h1:87c+x8J3jxQ5VUGimV9oHdpjsAvy3fhneEBKuoKEVUI =
57- github.com/minio/minio-go/v7 v7.0.61 /go.mod h1:BTu8FcrEw+HidY0zd/0eny43QnVNkXRPXrLXFuQBHXg =
56+ github.com/minio/minio-go/v7 v7.0.62 h1:qNYsFZHEzl+NfH8UxW4jpmlKav1qUAgfY30YNRneVhc =
57+ github.com/minio/minio-go/v7 v7.0.62 /go.mod h1:Q6X7Qjb7WMhvG65qKf4gUgA5XaiSox74kR1uAEjxRS4 =
5858github.com/minio/sha256-simd v1.0.1 h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM =
5959github.com/minio/sha256-simd v1.0.1 /go.mod h1:Pz6AKMiUdngCLpeTL/RJY1M9rUuPMYujV5xJjtbRSN8 =
6060github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
You can’t perform that action at this time.
0 commit comments