This repository was archived by the owner on Nov 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ module github.com/goinsane/xlog/gelfoutput
2
2
3
3
go 1.13
4
4
5
+ replace github.com/goinsane/xlog => ../
6
+
5
7
require (
6
8
github.com/goinsane/erf v1.3.1
7
- github.com/goinsane/xlog v1.2.5
9
+ github.com/goinsane/xlog v1.2.4
8
10
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20191017102106-1550ee647df0
9
11
)
Original file line number Diff line number Diff line change 1
1
github.com/goinsane/erf v1.3.1 h1:Ubf1sRztbnHeYc5URgKUcpqjC/DyCV0lN7OoZnpjFxE =
2
2
github.com/goinsane/erf v1.3.1 /go.mod h1:KIGOu4SVAUGC5gHe3Q/uCswZN40wwPFJ9MS924nA/AI =
3
- github.com/goinsane/xlog v1.2.5 h1:P+P4WWuEFeG7WLqRX71hovUHxzBSVeX7hl2Pc5H4110 =
4
- github.com/goinsane/xlog v1.2.5 /go.mod h1:5uR3jbBJzV76b4dCTybFq41DUzvkiVVYQTsD4wtFzqw =
5
3
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20191017102106-1550ee647df0 h1:Xg23ydYYJLmb9AK3XdcEpplHZd1MpN3X2ZeeMoBClmY =
6
4
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20191017102106-1550ee647df0 /go.mod h1:CeDeqW4tj9FrgZXF/dQCWZrBdcZWWBenhJtxLH4On2g =
Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ module github.com/goinsane/xlog/grpclogger
2
2
3
3
go 1.13
4
4
5
+ replace github.com/goinsane/xlog => ../
6
+
5
7
require (
6
- github.com/goinsane/xlog v1.2.5
8
+ github.com/goinsane/xlog v1.2.4
7
9
google.golang.org/grpc v1.34.0
8
10
)
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5y
10
10
github.com/envoyproxy/protoc-gen-validate v0.1.0 /go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c =
11
11
github.com/goinsane/erf v1.3.1 h1:Ubf1sRztbnHeYc5URgKUcpqjC/DyCV0lN7OoZnpjFxE =
12
12
github.com/goinsane/erf v1.3.1 /go.mod h1:KIGOu4SVAUGC5gHe3Q/uCswZN40wwPFJ9MS924nA/AI =
13
- github.com/goinsane/xlog v1.2.5 h1:P+P4WWuEFeG7WLqRX71hovUHxzBSVeX7hl2Pc5H4110 =
14
- github.com/goinsane/xlog v1.2.5 /go.mod h1:5uR3jbBJzV76b4dCTybFq41DUzvkiVVYQTsD4wtFzqw =
15
13
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
16
14
github.com/golang/mock v1.1.1 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
17
15
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments