mirror of
https://github.com/yudai/gotty.git
synced 2026-01-21 08:46:10 +01:00
refactor: add tls cipher whitelist for https and wss
This commit is contained in:
parent
a080c85cbc
commit
ae2a73dd1b
76 changed files with 12350 additions and 4218 deletions
10
vendor/github.com/urfave/cli/go.mod
generated
vendored
Normal file
10
vendor/github.com/urfave/cli/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module github.com/urfave/cli
|
||||
|
||||
go 1.11
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.3.2
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.4
|
||||
github.com/stretchr/testify v1.9.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue