Skip to content

Commit

Permalink
Update to quic-go 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paaguti committed Sep 4, 2020
1 parent 48711a4 commit d0f4390
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 13 deletions.
15 changes: 3 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@ module github.com/paaguti/flowsim
go 1.13

require (
github.com/bifurcation/mint v0.0.0-20191218034054-d0b0fb942b08 // indirect
github.com/ferrieux/quic-go v0.7.1-0.20180610183701-65b13d35bf48 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
github.com/lucas-clemente/quic-go v0.14.1
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
github.com/lucas-clemente/quic-go v0.18.0
github.com/spf13/cobra v1.0.0
golang.org/x/net v0.0.0-20200707034311-ab3426394381
)
Loading

0 comments on commit d0f4390

Please sign in to comment.