aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2023-02-23 07:43:02 -0800
committerGitHub <noreply@github.com>2023-02-23 07:43:02 -0800
commit303da312b86940264412be37622d56846cd07792 (patch)
treef0257bc0b4104608155674f9344baf22e019630f /go.mod
parent6f1ec3d2f60d2f01338b8b0ff0cb3749aa640ac1 (diff)
parent6329711d8e9541db9998eae802ce5f1315fc5c23 (diff)
Merge pull request #93 from jhalter/dependabot/go_modules/golang.org/x/text-0.3.8
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 3f9d276..a3ed933 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,7 @@ require (
github.com/stretchr/objx v0.4.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
+ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
- golang.org/x/text v0.3.7 // indirect
+ golang.org/x/text v0.3.8 // indirect
)