aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a694e19..2bdfabf 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module go.uber.org/sally
go 1.18
require (
- github.com/stretchr/testify v1.8.2
- golang.org/x/net v0.9.0
+ github.com/stretchr/testify v1.8.3
+ golang.org/x/net v0.10.0
gopkg.in/yaml.v3 v3.0.1
)