diff options
author | Alan Pearce | 2024-06-28 20:55:03 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-28 20:55:03 +0200 |
commit | 0fb7d2fdcb5ad199915dbe16d7e06d3f04c67eae (patch) | |
tree | c817bdd920cf4ca63bd06ead56632bc9349d74ae /go.mod | |
parent | d7fbcb869165b0346c6c942ee04bfb61a8e8177c (diff) | |
download | website-0fb7d2fdcb5ad199915dbe16d7e06d3f04c67eae.tar.lz website-0fb7d2fdcb5ad199915dbe16d7e06d3f04c67eae.tar.zst website-0fb7d2fdcb5ad199915dbe16d7e06d3f04c67eae.zip |
remove h2c support
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index d669148..ba85a41 100644 --- a/go.mod +++ b/go.mod @@ -29,7 +29,6 @@ require ( github.com/thessem/zap-prettyconsole v0.5.0 github.com/yuin/goldmark v1.7.4 go.uber.org/zap v1.27.0 - golang.org/x/net v0.26.0 ) require ( @@ -94,6 +93,7 @@ require ( golang.org/x/crypto/x509roots/fallback v0.0.0-20240624163532-1c7450041f58 // indirect golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect golang.org/x/mod v0.18.0 // indirect + golang.org/x/net v0.26.0 // indirect golang.org/x/sync v0.7.0 // indirect golang.org/x/sys v0.21.0 // indirect golang.org/x/term v0.21.0 // indirect |