aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod8
1 files changed, 3 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 00fd2a1..e4279f7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,6 @@
module go.uber.org/sally
-go 1.21
-
-toolchain go1.21.3
+go 1.22
require (
github.com/stretchr/testify v1.9.0
@@ -12,7 +10,7 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/kr/pretty v0.1.0 // indirect
+ github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)