mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 16:00:07 +00:00
Add go.mod
This commit is contained in:
parent
bfd08a46ec
commit
7b14706f03
11
go.mod
Normal file
11
go.mod
Normal file
@ -0,0 +1,11 @@
|
||||
module github.com/nghttp2/nghttp2
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
|
||||
github.com/tatsuhiro-t/go-nghttp2 v0.0.0-20150408091349-4742878d9c90
|
||||
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.3.7 // indirect
|
Loading…
Reference in New Issue
Block a user