containers / BuildSourceImage

Tool to build a source image based on an existing OCI image
GNU General Public License v2.0
29 stars 14 forks source link

RFE: support for golang #75

Open vbatts opened 4 years ago

vbatts commented 4 years ago

Maybe parsing the go.mod/go.sum or gopkg?

Maybe talking to GOPROXY API? https://golang.org/cmd/go/#hdr-Module_proxy_protocol

vrothberg commented 4 years ago

A couple of questions: