diff --git a/go.mod b/go.mod index 4641687..e562dc8 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/olekukonko/tablewriter v0.0.5 github.com/quic-go/quic-go v0.41.0 github.com/schollz/progressbar/v3 v3.14.2 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/tantalor93/doh-go v0.1.1 github.com/tantalor93/doq-go v0.9.0 go-hep.org/x/hep v0.34.1 diff --git a/go.sum b/go.sum index 0701c3e..d3959ed 100644 --- a/go.sum +++ b/go.sum @@ -107,8 +107,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= -github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= +github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tantalor93/doh-go v0.1.1 h1:yhdu+FfK54w6Wv/XGyZM5rFuofnZCxiGYPbJXY5vAkg= github.com/tantalor93/doh-go v0.1.1/go.mod h1:/BofzWjI0lSfO4dANJrHN/6opCJjlpHkdm/p5XkbQSM= github.com/tantalor93/doq-go v0.9.0 h1:U66Z0t/YeeCx6SSTJe1C4A9DyC/oZn6uAs8c5E6aH7w=