Update golang version to 1.16

This commit is contained in:
FireMasterK 2021-05-17 16:51:14 +05:30 committed by GitHub
parent b6bc0ba945
commit 2d96fc49a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
go.mod
View file

@ -1,5 +1,5 @@
module github.com/FireMasterK/http3-ytproxy/v2
go 1.15
go 1.16
require github.com/lucas-clemente/quic-go v0.19.3