···88 "log/slog"
99 "net/http"
10101111- "github.com/bluesky-social/indigo/atproto/data"
1111+ "github.com/bluesky-social/indigo/atproto/atdata"
1212 "github.com/bluesky-social/indigo/atproto/repo"
1313 "github.com/bluesky-social/indigo/atproto/syntax"
1414)
···125125 // TODO: `GetRecordBytes` does not currently verify record CID, but unpacking CAR file should have done that? but need to confirm CAR implementation does this
126126127127 // check that record CBOR is valid, even if we don't return it
128128- rdata, err := data.UnmarshalCBOR(rbytes)
128128+ rdata, err := atdata.UnmarshalCBOR(rbytes)
129129 if err != nil {
130130 return "", fmt.Errorf("failed to parse record CBOR (%s): %w", did, err)
131131 }