Closed Jelcoo closed 7 months ago
Currently the wings go.mod has a indirect requirement of modernc.org/sqlite v1.29.4, which was retracted by the authors. https://github.com/pterodactyl/wings/blob/develop/go.mod#L135
The go.mod should reference a existing version of sqlite.
Clone the latest version of https://github.com/pterodactyl/wings and run go get
go get
1.11.5
1.11.11
No response
Should be fixed by https://github.com/pterodactyl/wings/commit/5b0422d7561dd7f28ab54415c2c92b45c435eb36
Current Behavior
Currently the wings go.mod has a indirect requirement of modernc.org/sqlite v1.29.4, which was retracted by the authors. https://github.com/pterodactyl/wings/blob/develop/go.mod#L135
Expected Behavior
The go.mod should reference a existing version of sqlite.
Steps to Reproduce
Clone the latest version of https://github.com/pterodactyl/wings and run
go get
Panel Version
1.11.5
Wings Version
1.11.11
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?