summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWingLim <643089849@qq.com>2022-07-30 04:06:54 +0800
committerGitHub <noreply@github.com>2022-07-29 14:06:54 -0600
commit1e0cdc54f86cb29eca14af13aaa3ccfb07d46a20 (patch)
tree53e3baf13dea0f276db192348bf1014f2746c220 /go.mod
parent2f43aa062925e0e8ff114e6035f3bc1b2f7b8e4a (diff)
core: Windows service integration (#4790)
Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
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 c30afdf..026d06d 100644
--- a/go.mod
+++ b/go.mod
@@ -121,7 +121,7 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/mod v0.4.2 // indirect
- golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
+ golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect
golang.org/x/tools v0.1.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect