lyft / lyft/flinkk8soperator

Replace dep with Go module

Open
#108 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
581
Forks
153
PR merge metrics
No merged PRs in 30d

Description

This repo currently uses dep to manage its package dependencies. The dep functionality is now legacy and has been replaced with Go modules. The repo should be converted to a Go module.

In addition, this repo uses a makefile to build its executable. It appears that this is unneeded. Normal use of Go tooling should be sufficient to build its executable.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting the repository's dep configuration and Makefile, then check how the executable is currently built and how Go modules are initialized. Convert the dependency setup to a Go module and verify that standard Go tooling builds the executable without the Makefile or dep workflow.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
build-system
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.