aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJacob Oaks <jacoboaks.8@gmail.com>2024-04-29 14:58:30 -0400
committerGitHub <noreply@github.com>2024-04-29 14:58:30 -0400
commitc429a22bfdac309bf2f3b6e688ccd83ca2866307 (patch)
tree8e90e10a2e1f30d81c6756f689cdba3fdf40ce94 /go.mod
parente4ac19968dfec0b3e226395238bc7d74bae64544 (diff)
parent700ba8c38b3f8f1ab10977e49c1d5ef7e65abf4f (diff)
downloadsally-c429a22bfdac309bf2f3b6e688ccd83ca2866307.tar.gz
Merge branch 'master' into dependabot/github_actions/fossas/fossa-action-1.3.3
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ffdff05..636a416 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.21
toolchain go1.21.3
require (
- github.com/stretchr/testify v1.8.4
+ github.com/stretchr/testify v1.9.0
golang.org/x/net v0.20.0
gopkg.in/yaml.v3 v3.0.1
)