-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade golang version and dependencies
Signed-off-by: Manuel Morejon <manuel@mmorejon.io>
- Loading branch information
Showing
3 changed files
with
41 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
module github.com/mmorejon/microservices-docker-go-mongodb/website | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.34.28 // indirect | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/mmorejon/microservices-docker-go-mongodb/bookings v0.0.0-20210221200458-2995f731ed95 | ||
github.com/mmorejon/microservices-docker-go-mongodb/movies v0.0.0-20210221200458-2995f731ed95 | ||
github.com/mmorejon/microservices-docker-go-mongodb/showtimes v0.0.0-20210221200458-2995f731ed95 | ||
github.com/mmorejon/microservices-docker-go-mongodb/users v0.0.0-20210221200458-2995f731ed95 | ||
github.com/mmorejon/microservices-docker-go-mongodb/bookings v0.0.0-20210814132018-64ec929ef1e3 | ||
github.com/mmorejon/microservices-docker-go-mongodb/movies v0.0.0-20210814132018-64ec929ef1e3 | ||
github.com/mmorejon/microservices-docker-go-mongodb/showtimes v0.0.0-20210814132018-64ec929ef1e3 | ||
github.com/mmorejon/microservices-docker-go-mongodb/users v0.0.0-20210814132018-64ec929ef1e3 | ||
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect | ||
github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters