mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +02:00
Refactor common code used by the proxy and the prober (#375)
This commit is contained in:
parent
bef21f80df
commit
4c11e92ca8
49 changed files with 618 additions and 129 deletions
|
@ -17,6 +17,7 @@ com.google.code.findbugs:jsr305:3.0.2
|
|||
com.google.code.gson:gson:2.8.5
|
||||
com.google.dagger:dagger:2.21
|
||||
com.google.errorprone:error_prone_annotations:2.3.2
|
||||
com.google.flogger:flogger-system-backend:0.1
|
||||
com.google.flogger:flogger:0.1
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:28.1-jre
|
||||
|
@ -38,6 +39,7 @@ io.netty:netty-codec:4.1.31.Final
|
|||
io.netty:netty-common:4.1.31.Final
|
||||
io.netty:netty-handler:4.1.31.Final
|
||||
io.netty:netty-resolver:4.1.31.Final
|
||||
io.netty:netty-tcnative-boringssl-static:2.0.22.Final
|
||||
io.netty:netty-transport:4.1.31.Final
|
||||
io.opencensus:opencensus-api:0.21.0
|
||||
io.opencensus:opencensus-contrib-http-util:0.21.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue