optakt / flow-dps

Flow Data Provisioning Service
Apache License 2.0
29 stars 13 forks source link

Update dependencies to stable versions #426

Closed awfm9 closed 3 years ago

awfm9 commented 3 years ago

This PR updates a bunch of dependencies to their latest stable version, while replacing some others with a semantic versioning tag, rather than one based on a commit.

Ullaakut commented 3 years ago

You need to update this const middlewareVersion = "1.0.0" in gen/version.go instead of modifying the generated file.

Once that's done, we can merge it if it doesn't break any tests.

Ullaakut commented 3 years ago

@awfm9 Did you run go mod tidy -go=1.17 as suggested in https://golang.org/doc/go1.17#go-command when upgrading the go version?