Skip to content

Commit

Permalink
fix: Update protobuf import path to use the new google.golang.org/pro…
Browse files Browse the repository at this point in the history
…tobuf package
  • Loading branch information
Bhargav Dodla committed Feb 13, 2025
1 parent 7bc3fca commit aae97b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/internal/feast/onlinestore/cassandraonlinestore.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
"github.com/feast-dev/feast/go/protos/feast/serving"
"github.com/feast-dev/feast/go/protos/feast/types"
"github.com/gocql/gocql"
"github.com/golang/protobuf/proto"
"github.com/rs/zerolog/log"
"google.golang.org/protobuf/proto"

"google.golang.org/protobuf/types/known/timestamppb"
gocqltrace "gopkg.in/DataDog/dd-trace-go.v1/contrib/gocql/gocql"
Expand Down

0 comments on commit aae97b4

Please sign in to comment.