Skip to content

Commit 7e09483

Browse files
committed
updated go modules
1 parent 4308a20 commit 7e09483

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM golang:alpine
22

33
RUN apk update && apk add git
44

5-
ENV GO111MODULE=on
6-
75
RUN go get github.com/alash3al/redix
86

97
EXPOSE 6380 7090

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Why
1717
1818
Install
1919
=======
20-
- from source: `GO111MODULE=on go get github.com/alash3al/redix`.
20+
- from source: `go get github.com/alash3al/redix`.
2121
- from binaries: go [there](https://github.com/alash3al/redix/releases) and choose your platform based binary, then download and execute from the command line with `-h` flag to see the help text.
2222
- using docker: `docker run -P -v /path/to/redix-data:/root/redix-data alash3al/redix`
2323

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/golang/protobuf v1.2.0 // indirect
1414
github.com/gorilla/websocket v1.4.0
1515
github.com/kr/pretty v0.1.0 // indirect
16+
github.com/kr/pty v1.1.3 // indirect
1617
github.com/labstack/echo v3.3.5+incompatible
1718
github.com/labstack/gommon v0.2.8 // indirect
1819
github.com/mattn/go-colorable v0.0.9 // indirect

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxv
2929
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
3030
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
3131
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
32+
github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
3233
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
3334
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
3435
github.com/labstack/echo v3.3.5+incompatible h1:9PfxPUmasKzeJor9uQTaXLT6WUG/r+vSTmvXxvv3JO4=

redix

13 MB
Binary file not shown.

0 commit comments

Comments
 (0)