gorilla / sessions

Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
2.93k stars 371 forks source link

[Bug] unknown field 'Partitioned' in struct literal of type http.Cookie #277

Closed kramesh2005new closed 5 months ago

kramesh2005new commented 6 months ago

Is there an existing issue for this?

Current Behavior

Getting following issue while get this package and building because of filed 'Partitioned' implementation

Screenshot from 2024-05-08 14-53-57

Expected Behavior

The issue unknown field 'Partitioned' in struct literal of type http.Cookie should not happen while get this package and building.

Steps To Reproduce

Get the package using following command

go get github.com/gorilla/sessions

Anything else?

No response

jaitaiwan commented 5 months ago

Thanks for the report, I'll have to take a look at how best to sort this.

jaitaiwan commented 5 months ago

Fixed in v1.3.0. Main branch is to be considered unstable till go 1.23