This repository was archived by the owner on Jul 12, 2024. It is now read-only.
File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,7 @@ require (
16
16
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect
17
17
google.golang.org/grpc v1.31.0 // indirect
18
18
)
19
+
20
+ replace (
21
+ golang.org/x/sys => golang.org/x/sys v0.0.0-20190830141801-acfa387b8d69
22
+ )
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5h
117
117
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
118
118
golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
119
119
golang.org/x/sys v0.0.0-20190514135907-3a4b5fb9f71f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
120
+ golang.org/x/sys v0.0.0-20190830141801-acfa387b8d69 h1:Wdn4Yb8d5VrsO3jWgaeSZss09x1VLVBMePDh4VW/xSQ =
121
+ golang.org/x/sys v0.0.0-20190830141801-acfa387b8d69 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
120
122
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
121
123
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 h1:AvbQYmiaaaza3cW3QXRyPo5kYgpFIzOAfeAAN7m3qQ4 =
122
124
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments