antihax / goesi

Go client for EVE Online ESI and SSO using versioned endpoints
MIT License
80 stars 13 forks source link

antihax\goesi\meta\model_get_status_item_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName) #15

Open justindh opened 4 years ago

justindh commented 4 years ago

The latest commit causes the following errors

`$ go build .
# github.com/antihax/goesi/meta
vendor\github.com\antihax\goesi\meta\model_get_status_item_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)     
vendor\github.com\antihax\goesi\meta\model_get_status_not_found_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\meta\model_get_verify_error_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)    
vendor\github.com\antihax\goesi\meta\model_get_verify_not_found_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\meta\model_get_verify_ok_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\meta\model_get_verify_unauthorized_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
# github.com/antihax/goesi/esi
vendor\github.com\antihax\goesi\esi\model_bad_request_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_delete_characters_character_id_mail_labels_label_id_unprocessable_entity_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer 
has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_delete_fleets_fleet_id_members_member_id_not_found_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_delete_fleets_fleet_id_squads_squad_id_not_found_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_delete_fleets_fleet_id_wings_wing_id_not_found_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_error_limited_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_forbidden_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_gateway_timeout_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_get_alliances_alliance_id_contacts_200_ok_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_get_alliances_alliance_id_contacts_labels_200_ok_easyjson.go:98:12: in.UnsafeFieldName undefined (type *jlexer.Lexer has no field or method UnsafeFieldName)
vendor\github.com\antihax\goesi\esi\model_get_alliances_alliance_id_contacts_labels_200_ok_easyjson.go:98:12: too many errors`
justindh commented 4 years ago

you can work around this by adding

github.com/antihax/goesi v0.0.0-20200409000327-d93a8d415b4b

to your go.mod