Commit b008db3 1 parent 2bbab55 commit b008db3 Copy full SHA for b008db3
File tree 4 files changed +6
-10
lines changed
github.com/grafana/loki/pkg/push
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ require (
124
124
github.com/fsnotify/fsnotify v1.7.0
125
125
github.com/gogo/googleapis v1.4.1
126
126
github.com/grafana/jsonparser v0.0.0-20240425183733-ea80629e1a32
127
- github.com/grafana/loki/pkg/push v0.0.0-20231124142027-e52380921608
127
+ github.com/grafana/loki/pkg/push v0.0.0-20240923094301-8ebb2b5300f0
128
128
github.com/hashicorp/golang-lru/v2 v2.0.7
129
129
github.com/hashicorp/raft v1.7.1
130
130
github.com/hashicorp/raft-wal v0.4.1
Original file line number Diff line number Diff line change @@ -571,8 +571,6 @@ func (m *Entry) Unmarshal(dAtA []byte) error {
571
571
}
572
572
573
573
// Unmarshal a LabelAdapter, implements proto.Unmarshaller.
574
- // NB this is a copy of the autogenerated code to unmarshal a LabelPair,
575
- // with the byte copying replaced with a yoloString.
576
574
func (m * LabelAdapter ) Unmarshal (dAtA []byte ) error {
577
575
l := len (dAtA )
578
576
iNdEx := 0
@@ -632,7 +630,7 @@ func (m *LabelAdapter) Unmarshal(dAtA []byte) error {
632
630
if postIndex > l {
633
631
return io .ErrUnexpectedEOF
634
632
}
635
- m .Name = yoloString (dAtA [iNdEx :postIndex ])
633
+ m .Name = string (dAtA [iNdEx :postIndex ])
636
634
iNdEx = postIndex
637
635
case 2 :
638
636
if wireType != 2 {
@@ -664,7 +662,7 @@ func (m *LabelAdapter) Unmarshal(dAtA []byte) error {
664
662
if postIndex > l {
665
663
return io .ErrUnexpectedEOF
666
664
}
667
- m .Value = yoloString (dAtA [iNdEx :postIndex ])
665
+ m .Value = string (dAtA [iNdEx :postIndex ])
668
666
iNdEx = postIndex
669
667
default :
670
668
iNdEx = preIndex
Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ github.com/grafana/gomemcache/memcache
1034
1034
# github.com/grafana/jsonparser v0.0.0-20240425183733-ea80629e1a32
1035
1035
## explicit; go 1.13
1036
1036
github.com/grafana/jsonparser
1037
- # github.com/grafana/loki/pkg/push v0.0.0-20231124142027-e52380921608 => ./pkg/push
1037
+ # github.com/grafana/loki/pkg/push v0.0.0-20240923094301-8ebb2b5300f0 => ./pkg/push
1038
1038
## explicit; go 1.19
1039
1039
github.com/grafana/loki/pkg/push
1040
1040
# github.com/grafana/pyroscope-go/godeltaprof v0.1.8
You can’t perform that action at this time.
0 commit comments