mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 19:29:35 +02:00
Add a Secret Manager client for Nomulus (#872)
* Add a Secret Manager client for Nomulus
This commit is contained in:
parent
8625e44cfd
commit
31c16e8369
146 changed files with 2666 additions and 1873 deletions
|
@ -14,7 +14,7 @@ com.google.dagger:dagger:2.28
|
|||
com.google.errorprone:error_prone_annotations:2.3.4
|
||||
com.google.flogger:flogger:0.1
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:29.0-jre
|
||||
com.google.guava:guava:30.0-jre
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||
com.google.http-client:google-http-client-jackson2:1.34.1
|
||||
com.google.http-client:google-http-client:1.34.1
|
||||
|
@ -36,5 +36,5 @@ org.apache.httpcomponents:httpclient:4.5.11
|
|||
org.apache.httpcomponents:httpcore:4.4.13
|
||||
org.bouncycastle:bcpkix-jdk15on:1.61
|
||||
org.bouncycastle:bcprov-jdk15on:1.61
|
||||
org.checkerframework:checker-qual:2.11.1
|
||||
org.checkerframework:checker-qual:3.5.0
|
||||
org.yaml:snakeyaml:1.17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue