File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
client/orb/transport/http3 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ go 1.23.6
44
55require (
66 github.com/go-orb/go-orb v0.1.0
7- github.com/go-orb/plugins/client/orb v0.0.0-20250223160612-d4814054fa2d
8- github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20250223160612-d4814054fa2d
7+ github.com/go-orb/plugins/client/orb v0.1.0
8+ github.com/go-orb/plugins/client/orb/transport/basehttp v0.1.0
99 github.com/quic-go/quic-go v0.50.0
1010)
1111
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
66github.com/go-logr/logr v1.4.2 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
77github.com/go-orb/go-orb v0.1.0 h1:tZkEz6E0RCD1z86cA04UfJsQSqJlGEIRdPois1cJlt0 =
88github.com/go-orb/go-orb v0.1.0 /go.mod h1:5LP/2OY9b3N5eOsiVVdU3R78B7kIfNXYNjJi9o0Vbdg =
9- github.com/go-orb/plugins/client/orb v0.0.0-20250223160612-d4814054fa2d h1:+fWyCu/Z6HXwMPXPocgbF464D94uB7pF0F9dQixQpoU =
10- github.com/go-orb/plugins/client/orb v0.0.0-20250223160612-d4814054fa2d /go.mod h1:6+SlBtI2+zDwGQ9uYN1GU4DajlVCmIiqFAgBVbj54fo =
11- github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20250223160612-d4814054fa2d h1:V9EC1wS9Y+5dsibO4NLn5tntZZwNF2XZbaF3OcNZLmU =
12- github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20250223160612-d4814054fa2d /go.mod h1:alZtCIX7aAF2xcWV8uY7MBUDDSds6d5vxOvZxrTV2Qc =
9+ github.com/go-orb/plugins/client/orb v0.1.0 h1:wbkSm1vlJZs3c6z5PEIY+ac+g10hxvjTxIuliMlELHk =
10+ github.com/go-orb/plugins/client/orb v0.1.0 /go.mod h1:QK8HPQhmbsg8KkQ054OTPNaixogopl+DRH4D2V2JN9U =
11+ github.com/go-orb/plugins/client/orb/transport/basehttp v0.1.0 h1:TGtsuZYVYz+5L1BRYiffbG3zgtgOx2lmzru0fwJcPRE =
12+ github.com/go-orb/plugins/client/orb/transport/basehttp v0.1.0 /go.mod h1:MP0MT1whr+qO3Su2v+dpY0kwUB91YeSrkFcz51zlAzo =
1313github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI =
1414github.com/go-task/slim-sprig/v3 v3.0.0 /go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8 =
1515github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
You can’t perform that action at this time.
0 commit comments