TheThingsArchive / go-app-sdk

The Things Network V2 Application SDK for Go
https://www.thethingsnetwork.org
MIT License
18 stars 6 forks source link

Update go mod #12

Closed NeuralSpaz closed 5 years ago

NeuralSpaz commented 5 years ago

Updates go.mod go.sum and travis helps with #11

NeuralSpaz commented 5 years ago

go modules has some weirdness around the checksum. As a result I would recommend that go.mod to be minimal and go.sum to empty or not there. To crate a workable system for previous version of go, might consider pushing the vendor dir. If the user is using it as a module then the exported deps can be resolved. If 1.8 < go version < 1.11 then we need the alias from pr #10.

johanstokking commented 5 years ago

Thanks!

htdvisser commented 5 years ago

I just did a big cross-repo cleanup of our vendor/module mess, so this PR is no longer needed.