bramvdbogaerde / go-scp

Simple Golang scp client
Mozilla Public License 2.0
424 stars 89 forks source link

Add `go.mod` and `go.sum` files #42

Closed JonasAlfredsson closed 3 years ago

JonasAlfredsson commented 3 years ago

With the release of go1.16 it will have the setting GO111MODULE=on by default, which means that this module will not build unless you either add these files, or change the setting to off. However, Go1.17 intend to only support this "module mode", so it will be necessary to migrate before that.