File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515FROM golang:1.10.0
1616RUN go get github.com/codegangsta/negroni \
1717 github.com/gorilla/mux \
18- github.com/xyproto/simpleredis
18+ github.com/xyproto/simpleredis/v2
1919WORKDIR /app
2020ADD ./main.go .
2121RUN CGO_ENABLED=0 GOOS=linux go build -o main .
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424
2525 "github.com/codegangsta/negroni"
2626 "github.com/gorilla/mux"
27- "github.com/xyproto/simpleredis"
27+ "github.com/xyproto/simpleredis/v2 "
2828)
2929
3030var (
Original file line number Diff line number Diff line change 1818 spec :
1919 containers :
2020 - name : redis-master
21- image : registry.k8s.io/ redis:e2e
21+ image : redis
2222 ports :
2323 - name : redis-server
2424 containerPort : 6379
You can’t perform that action at this time.
0 commit comments