diff options
author | Valery Piashchynski <[email protected]> | 2022-05-11 12:49:28 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-05-11 12:49:36 +0200 |
commit | 92af941eec01f2ed76ddc7991a28bc0fa48efde5 (patch) | |
tree | af5529223e5aba1342e00f3dd1e991fbd5b67ea0 /go.mod | |
parent | 175755ddeb2261c965a58135d233c7c561fd8dfb (diff) |
deps: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -53,12 +53,6 @@ require ( github.com/temporalio/roadrunner-temporal v1.4.0-rc.2 ) -replace ( - github.com/roadrunner-server/gzip/v2 => ../plugins/gzip - github.com/roadrunner-server/http/v2 => ../plugins/http - github.com/roadrunner-server/otel/v2 => ../plugins/otel -) - require ( github.com/andybalholm/brotli v1.0.4 // indirect github.com/aws/aws-sdk-go-v2 v1.16.3 // indirect |