Skip to content

Commit

Permalink
chore: update http plugin for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jan 13, 2025
1 parent 4340715 commit 97616c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pkg/sftp v1.13.1 h1:I2qBYMChEhIjOgazfJmV3/mZM256btk6wkCDRmW7JYs=
github.com/pkg/sftp v1.13.6 h1:JFZT4XbOU7l77xGSpOdW+pwIMqP044IyjXX6FGyEKFo=
github.com/pkg/sftp v1.13.6/go.mod h1:tz1ryNURKu77RL+GuCzmoJYxQczL3wLNNpPWagdg4Qk=
github.com/roadrunner-server/http/v5 v5.2.0 h1:m2bHHaYYmT/QKOXR2yR9fedsn3qRhZHtMm3dBrw/zCo=
github.com/roadrunner-server/http/v5 v5.2.0/go.mod h1:PJd/IK9AG7VvU+JH0rt9UqDcHKjEPTJAMOjIrDxW2Lc=
github.com/roadrunner-server/logger/v4 v4.2.16 h1:4mGVR5t9t/jGzJQEM/fiLpzrXV93sfhtVvgn5k1iW0E=
github.com/roadrunner-server/logger/v4 v4.2.16/go.mod h1:HM0OwRLsC52C1bSDEe+55JNRt2j4pnaQRyLtQRpE6fg=
github.com/sagikazarmark/crypt v0.10.0 h1:96E1qrToLBU6fGzo+PRRz7KGOc9FkYFiPnR3/zf8Smg=
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/roadrunner-server/config/v5 v5.1.1
github.com/roadrunner-server/endure/v2 v2.6.1
github.com/roadrunner-server/errors v1.4.1
github.com/roadrunner-server/http/v5 v5.1.1
github.com/roadrunner-server/http/v5 v5.2.0
github.com/roadrunner-server/logger/v5 v5.0.0
github.com/roadrunner-server/rpc/v5 v5.1.1
github.com/roadrunner-server/server/v5 v5.2.2
Expand Down
8 changes: 4 additions & 4 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ github.com/roadrunner-server/events v1.0.1 h1:waCkKhxhzdK3VcI1xG22l+h+0J+Nfdpxjh
github.com/roadrunner-server/events v1.0.1/go.mod h1:WZRqoEVaFm209t52EuoT7ISUtvX6BrCi6bI/7pjkVC0=
github.com/roadrunner-server/goridge/v3 v3.8.3 h1:XmjrOFnI6ZbQTPaP39DEk8KwLUNTgjluK3pcZaW6ixQ=
github.com/roadrunner-server/goridge/v3 v3.8.3/go.mod h1:4TZU8zgkKIZCsH51qwGMpvyXCT59u/8z6q8sCe4ZGAQ=
github.com/roadrunner-server/http/v5 v5.1.1 h1:eEtVyNOBzlugPdR+VfwmP+3otzIQG9x0TE7QizdUedI=
github.com/roadrunner-server/http/v5 v5.1.1/go.mod h1:KMUY0AB9Kczu8fgy3N/kgNFK3oaWfNq4PTFYuB2kr10=
github.com/roadrunner-server/http/v5 v5.2.0 h1:m2bHHaYYmT/QKOXR2yR9fedsn3qRhZHtMm3dBrw/zCo=
github.com/roadrunner-server/http/v5 v5.2.0/go.mod h1:PJd/IK9AG7VvU+JH0rt9UqDcHKjEPTJAMOjIrDxW2Lc=
github.com/roadrunner-server/pool v1.1.2 h1:jdXGh/WG2YUp7SrlvXP+ZDYbCWvHdAaecYOHL4+ub3c=
github.com/roadrunner-server/pool v1.1.2/go.mod h1:KSdUYPMXHtCp4Qky31DCEV7n6ArETv9y1GyvzroY9mM=
github.com/roadrunner-server/rpc/v5 v5.1.1 h1:ImXkEGXevF08sjZPYWKenCzK8D+A5zzDfq6nZJ0I9y8=
Expand Down Expand Up @@ -186,8 +186,8 @@ golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.29.0 h1:Xx0h3TtM9rzQpQuR4dKLrdglAmCEN5Oi+P74JdhdzXE=
golang.org/x/tools v0.29.0/go.mod h1:KMQVMRsVxU6nHCFXrBPhDB8XncLNLM0lIy/F14RP588=
google.golang.org/protobuf v1.36.2 h1:R8FeyR1/eLmkutZOM5CWghmo5itiG9z0ktFlTVLuTmU=
Expand Down

0 comments on commit 97616c6

Please sign in to comment.