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

Migrate to Go Modules and remove deprecated dependencies #36

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

gnomegl
Copy link

@gnomegl gnomegl commented Jan 6, 2025

  • Migrate from dep to Go modules
  • Refactor Makefile and CI configuration: Remove dependency on 'dep', update Go version, and streamline build and test processes

- Removed Gopkg.lock and Gopkg.toml files as they are no longer needed.
- Added go.mod and go.sum files to manage dependencies using Go modules.
- Updated dependencies to their latest versions compatible with the project.
- Ensured all indirect dependencies are listed in go.mod for clarity and reproducibility.

The project is no longer using the deprecated dep tool and can be installed with normal go install.
…pdate Go version, and streamline build and test processes
@gnomegl gnomegl changed the title develop Migrate to Go Modules and remove deprecated dependencies Jan 6, 2025
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

Successfully merging this pull request may close these issues.

1 participant