sivsivsree / routerarc

An HTTP router and reverse proxy for services.
MIT License
3 stars 4 forks source link

Add gopkg.in/yaml.v2 to go mod and update go.sum accordingly. #10

Closed ph4r5h4d closed 3 years ago

ph4r5h4d commented 3 years ago

The issue is when you use go mod download nothing happens. Later on, after you start going through the files, you will notice the import on config.go#L6 has an issue. (it's not installed with go mod download) Also, in the Dockerfile it can be changed to RUN go mod download and everything should work.