chore: more dependencies updates (#941)
Part of https://github.com/ooni/probe/issues/2130
This commit is contained in:
parent
551e4a979c
commit
6ae5b5fce4
2 changed files with 18 additions and 13 deletions
7
go.mod
7
go.mod
|
|
@ -33,9 +33,9 @@ require (
|
|||
github.com/pborman/getopt/v2 v2.1.0
|
||||
github.com/pion/stun v0.3.5
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/rogpeppe/go-internal v1.8.1
|
||||
github.com/rubenv/sql-migrate v1.1.2
|
||||
github.com/upper/db/v4 v4.5.4
|
||||
github.com/rogpeppe/go-internal v1.9.0
|
||||
github.com/rubenv/sql-migrate v1.2.0
|
||||
github.com/upper/db/v4 v4.6.0
|
||||
gitlab.com/yawning/obfs4.git v0.0.0-20220904064028-336a71d6e4cf
|
||||
gitlab.com/yawning/utls.git v0.0.12-1
|
||||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
|
||||
|
|
@ -45,6 +45,7 @@ require (
|
|||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/segmentio/fasthash v1.0.3 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue