Internal HTTP APIs over H2C (#1541)

* H2C on internal HTTP because SCIENCE

* Update comments
This commit is contained in:
Neil Alexander 2020-10-20 17:13:12 +01:00 committed by GitHub
parent 7ca89ef511
commit 24e38c4135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 2 deletions

1
go.mod
View file

@ -40,6 +40,7 @@ require (
github.com/yggdrasil-network/yggdrasil-go v0.3.15-0.20201006093556-760d9a7fd5ee
go.uber.org/atomic v1.6.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b
gopkg.in/h2non/bimg.v1 v1.1.4
gopkg.in/yaml.v2 v2.3.0
)