File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM golang:1.17
1+ FROM golang:1.18
22
33ARG SERVICE
44
Original file line number Diff line number Diff line change 1- FROM golang:1.17
1+ FROM golang:1.18
22
3- RUN go get github.com/cespare/reflex
3+ RUN go install github.com/cespare/reflex@v0.3.1
44COPY reflex.conf /
55
66COPY start.sh /
Original file line number Diff line number Diff line change 11module github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/internal/common
22
3- go 1.17
3+ go 1.18
44
55require (
66 cloud.google.com/go v0.75.0
Original file line number Diff line number Diff line change 11module github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/internal/trainer
22
3- go 1.17
3+ go 1.18
44
55require (
66 cloud.google.com/go/firestore v1.5.0
Original file line number Diff line number Diff line change 11module github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/internal/trainings
22
3- go 1.17
3+ go 1.18
44
55require (
66 cloud.google.com/go/firestore v1.5.0
Original file line number Diff line number Diff line change 11module github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/internal/users
22
3- go 1.17
3+ go 1.18
44
55require (
66 cloud.google.com/go/firestore v1.5.0
You can’t perform that action at this time.
0 commit comments