chore: upgrade to go1.18.2 (#750)
I have not upgraded ooni/go yet because I am also checking whether it would be possible instead to use ooni/oocrypto as documented in the https://github.com/ooni/probe/issues/2106 issue. Closes https://github.com/ooni/probe/issues/2070 Closes https://github.com/ooni/probe/issues/2077
This commit is contained in:
parent
395961c4da
commit
a1df3b4070
23 changed files with 26 additions and 451 deletions
|
|
@ -1,5 +1,3 @@
|
|||
//go:build !go1.18
|
||||
|
||||
package archival
|
||||
|
||||
import (
|
||||
|
|
@ -14,7 +12,7 @@ import (
|
|||
|
||||
"github.com/google/go-cmp/cmp"
|
||||
"github.com/lucas-clemente/quic-go"
|
||||
"github.com/marten-seemann/qtls-go1-17" // it's annoying to depend on that
|
||||
"github.com/marten-seemann/qtls-go1-18" // it's annoying to depend on that
|
||||
"github.com/ooni/probe-cli/v3/internal/fakefill"
|
||||
"github.com/ooni/probe-cli/v3/internal/model"
|
||||
"github.com/ooni/probe-cli/v3/internal/model/mocks"
|
||||
|
|
|
|||
Loading…
Reference in a new issue