Skip to content

Commit

Permalink
fix: close of closed channel (daeuniverse#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 authored Feb 17, 2025
1 parent f449a96 commit 97f41ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/bits-and-blooms/bloom/v3 v3.7.0
github.com/cilium/ebpf v0.15.0
github.com/daeuniverse/dae-config-dist/go/dae_config v0.0.0-20230604120805-1c27619b592d
github.com/daeuniverse/outbound v0.0.0-20250217122444-4f3ff08c51ec
github.com/daeuniverse/outbound v0.0.0-20250217155837-ed1630717a5c
github.com/daeuniverse/quic-go v0.0.0-20250210145620-2083199a7851
github.com/fsnotify/fsnotify v1.7.0
github.com/json-iterator/go v1.1.12
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ github.com/cloudflare/circl v1.3.9/go.mod h1:PDRU+oXvdD7KCtgKxW95M5Z8BpSCJXQORiZ
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/daeuniverse/dae-config-dist/go/dae_config v0.0.0-20230604120805-1c27619b592d h1:hnC39MjR7xt5kZjrKlef7DXKFDkiX8MIcDXYC/6Jf9Q=
github.com/daeuniverse/dae-config-dist/go/dae_config v0.0.0-20230604120805-1c27619b592d/go.mod h1:VGWGgv7pCP5WGyHGUyb9+nq/gW0yBm+i/GfCNATOJ1M=
github.com/daeuniverse/outbound v0.0.0-20250217122444-4f3ff08c51ec h1:gvecXVBCmzSBmC5B0FCU03Q1qETJoyu78PJ6NeJh1kE=
github.com/daeuniverse/outbound v0.0.0-20250217122444-4f3ff08c51ec/go.mod h1:fywFXIIfFeyG+oMat6h7MExY99CNtERbhrH0DYSr/6g=
github.com/daeuniverse/outbound v0.0.0-20250217131751-6b9008a8de11 h1:/YgVshQydYcTDNp/8N++0t4fNVLxGqF5UWGJA3lo/ZU=
github.com/daeuniverse/outbound v0.0.0-20250217131751-6b9008a8de11/go.mod h1:fywFXIIfFeyG+oMat6h7MExY99CNtERbhrH0DYSr/6g=
github.com/daeuniverse/outbound v0.0.0-20250217155837-ed1630717a5c h1:jlx7EJs/YuCmx1WfKCPh3QoPPKqqSjf4Zbj2wBuR20o=
github.com/daeuniverse/outbound v0.0.0-20250217155837-ed1630717a5c/go.mod h1:fywFXIIfFeyG+oMat6h7MExY99CNtERbhrH0DYSr/6g=
github.com/daeuniverse/quic-go v0.0.0-20250210145620-2083199a7851 h1:AK4qfFw5CcHdOJcEpZj443NqskjhTvc+2cLOB5Cvrmk=
github.com/daeuniverse/quic-go v0.0.0-20250210145620-2083199a7851/go.mod h1:hykVjD1wT/nAFcAkagZpziNAnXLwJOOpn0Ozohtgmsw=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 97f41ec

Please sign in to comment.