google / rpmpack

rpmpack (tar2rpm) - package rpms in pure golang or cli
Apache License 2.0
116 stars 32 forks source link

Adding golang module information for rpmpack #11

Closed aedwa038 closed 5 years ago

aedwa038 commented 5 years ago

Adding support for go modules

jarondl commented 5 years ago

Can you run gazelle update-repos -from_file=go.mod to make sure the bazel WORKSPACE file is in sync with this? https://github.com/bazelbuild/bazel-gazelle#update-repos

aedwa038 commented 5 years ago

Updated workspace file using the following command: bazel run //:gazelle -- update-repos -from_file=go.mod