File tree Expand file tree Collapse file tree
go/internal/feast/transformation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ require (
4343)
4444
4545require github.com/rs/zerolog v1.21.0
46+ require github.com/ianlancetaylor/cgosymbolizer v0.0.0-20230801000641-8736a9d41aaa
4647
4748require (
4849 github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
Original file line number Diff line number Diff line change @@ -226,6 +226,8 @@ github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2p
226226github.com/hashicorp/serf v0.8.2 /go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc =
227227github.com/hpcloud/tail v1.0.0 /go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU =
228228github.com/hudl/fargo v1.3.0 /go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg =
229+ github.com/ianlancetaylor/cgosymbolizer v0.0.0-20230801000641-8736a9d41aaa h1:FEZID0R3+pkWLvjmZJ2iL+SZTcb2+/PgVvoyQss/q/I =
230+ github.com/ianlancetaylor/cgosymbolizer v0.0.0-20230801000641-8736a9d41aaa /go.mod h1:DvXTE/K/RtHehxU8/GtDs4vFtfw64jJ3PaCnFri8CRg =
229231github.com/inconshreveable/mousetrap v1.0.0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
230232github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d /go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo =
231233github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af /go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k =
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ import (
1919 "github.com/feast-dev/feast/go/protos/feast/serving"
2020 prototypes "github.com/feast-dev/feast/go/protos/feast/types"
2121 "github.com/feast-dev/feast/go/types"
22+
23+ _ "github.com/ianlancetaylor/cgosymbolizer"
2224)
2325
2426/*
You can’t perform that action at this time.
0 commit comments