Skip to content
Snippets Groups Projects
Commit 873fce0a authored by renovate's avatar renovate
Browse files

Update git.autistici.org/ai3/go-common digest to 3ffd6ec

parent 3bbb6373
No related branches found
No related tags found
No related merge requests found
Pipeline #46824 passed
......@@ -3,7 +3,7 @@ module git.autistici.org/id/usermetadb
go 1.14
require (
git.autistici.org/ai3/go-common v0.0.0-20221125154433-06304016b1da
git.autistici.org/ai3/go-common v0.0.0-20230201225947-3ffd6ec2b357
github.com/google/go-cmp v0.5.9
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf // indirect
......
......@@ -123,6 +123,7 @@ func (c *TLSServerConfig) TLSConfig() (*tls.Config, error) {
CipherSuites: serverCiphers,
MinVersion: tls.VersionTLS12,
PreferServerCipherSuites: true,
NextProtos: []string{"h2", "http/1.1"},
}
// Require client certificates if a CA is specified.
......
# git.autistici.org/ai3/go-common v0.0.0-20221125154433-06304016b1da
# git.autistici.org/ai3/go-common v0.0.0-20230201225947-3ffd6ec2b357
## explicit
git.autistici.org/ai3/go-common
git.autistici.org/ai3/go-common/clientutil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment