File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
5
5
REPOSITORY = dokku-event-listener
6
6
HARDWARE = $(shell uname -m)
7
7
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
8
- BASE_VERSION ?= 0.5 .0
8
+ BASE_VERSION ?= 0.6 .0
9
9
IMAGE_NAME ?= $(MAINTAINER ) /$(REPOSITORY )
10
10
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
11
11
Original file line number Diff line number Diff line change @@ -11,11 +11,9 @@ require (
11
11
github.com/gogo/protobuf v1.3.1 // indirect
12
12
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
13
13
github.com/opencontainers/image-spec v1.0.1 // indirect
14
- github.com/rs/zerolog v1.18 .0
14
+ github.com/rs/zerolog v1.19 .0
15
15
github.com/sirupsen/logrus v1.5.0 // indirect
16
- golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
17
16
google.golang.org/grpc v1.28.1 // indirect
18
- honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
19
17
)
20
18
21
19
replace github.com/docker/docker => github.com/docker/engine v0.0.0-20200309214505-aa6a9891b09c
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ github.com/rs/zerolog v1.16.0 h1:AaELmZdcJHT8m6oZ5py4213cdFK8XGXkB3dFdAQ+P7Q=
47
47
github.com/rs/zerolog v1.16.0 /go.mod h1:9nvC1axdVrAHcu/s9taAVfBuIdTZLVQmKQyvrUjF5+I =
48
48
github.com/rs/zerolog v1.18.0 h1:CbAm3kP2Tptby1i9sYy2MGRg0uxIN9cyDb59Ys7W8z8 =
49
49
github.com/rs/zerolog v1.18.0 /go.mod h1:9nvC1axdVrAHcu/s9taAVfBuIdTZLVQmKQyvrUjF5+I =
50
+ github.com/rs/zerolog v1.19.0 h1:hYz4ZVdUgjXTBUmrkrw55j1nHx68LfOKIQk5IYtyScg =
51
+ github.com/rs/zerolog v1.19.0 /go.mod h1:IzD0RJ65iWH0w97OQQebJEvTZYvsCUm9WVLWBQrJRjo =
50
52
github.com/sirupsen/logrus v1.5.0 h1:1N5EYkVAPEywqZRJd7cwnRtCb6xJx7NH3T3WUTF980Q =
51
53
github.com/sirupsen/logrus v1.5.0 /go.mod h1:+F7Ogzej0PZc/94MaYx/nvG9jOFMD2osvC3s+Squfpo =
52
54
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ type ShellCmd struct {
29
29
Error error
30
30
}
31
31
32
- const APIVERSION = "1.40 "
32
+ const APIVERSION = "1.25 "
33
33
const DEBUG = true
34
34
const DOKKU_APP_LABEL = "com.dokku.app-name"
35
35
You can’t perform that action at this time.
0 commit comments