init
This commit is contained in:
parent
83698441ac
commit
25799290fa
@ -2,7 +2,7 @@ FROM ehlxr/alpine
|
|||||||
|
|
||||||
LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
|
LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
|
||||||
|
|
||||||
COPY ./dist/ddgo_linux_amd64 /usr/local/bin/ddgo
|
COPY ./dist/monitor_linux_amd64 /usr/local/bin/monitor
|
||||||
|
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/ddgo"]
|
ENTRYPOINT ["/usr/local/bin/monitor"]
|
4
go.mod
4
go.mod
@ -4,10 +4,10 @@ go 1.13
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
||||||
github.com/hpcloud/tail v1.0.0
|
github.com/hpcloud/tail v1.0.1-0.20180514194441-a1dbeea552b7
|
||||||
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
|
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
|
||||||
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
|
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
|
||||||
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
||||||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
||||||
unknwon.dev/clog/v2 v2.0.0-beta.5
|
unknwon.dev/clog/v2 v2.0.0-beta.5
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user