Skip to content

Migrate to Go Modules and remove deprecated dependencies#36

Open
gnomegl wants to merge 2 commits intoNhoya:developfrom
gnomegl:develop
Open

Migrate to Go Modules and remove deprecated dependencies#36
gnomegl wants to merge 2 commits intoNhoya:developfrom
gnomegl:develop

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