Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Install freetaxii-client Due to Missing Dependencies #1

Open
stcrestrada opened this issue Dec 6, 2024 · 0 comments
Open

Comments

@stcrestrada
Copy link

Description:
I attempted to install the freetaxii-client package using go get github.com/freetaxii/freetaxii-client, but encountered several errors related to missing dependencies.

Error Messages:
I received the following errors:

go: github.com/freetaxii/freetaxii-client imports
code.google.com/p/getopt: cannot find module providing package code.google.com/p/getopt
go: github.com/freetaxii/freetaxii-client imports
github.com/freetaxii/freetaxii-client/lib imports
github.com/freetaxii/libtaxii/messages/collectionMessage: cannot find module providing package github.com/freetaxii/libtaxii/messages/collectionMessage
go: github.com/freetaxii/freetaxii-client imports
github.com/freetaxii/freetaxii-client/lib imports
github.com/freetaxii/libtaxii/messages/discoveryMessage: cannot find module providing package github.com/freetaxii/libtaxii/messages/discoveryMessage
go: github.com/freetaxii/freetaxii-client imports
github.com/freetaxii/freetaxii-client/lib imports
github.com/freetaxii/libtaxii/messages/pollMessage: cannot find module providing package github.com/freetaxii/libtaxii/messages/pollMessage
go: github.com/freetaxii/freetaxii-client imports
github.com/freetaxii/freetaxii-client/lib imports
github.com/freetaxii/libtaxii/messages/statusMessage: cannot find module providing package github.com/freetaxii/libtaxii/messages/statusMessage

Issue Details:

  • The code.google.com/p/getopt package no longer exists as the service has been deprecated.
  • There appear to be broken dependencies within github.com/freetaxii/libtaxii/messages/*Message.

Objective:
Given that development on this repository has been inactive for quite some time, is there an alternative solution or a recommended fork that addresses these missing dependencies? Alternatively, could guidance be provided on resolving these issues or using another library for TAXII interactions in Go?

Environment:

  • Go version: 1.23
  • OS: MACOS Sonoma

Thank you for your assistance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant