Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Updated monday server to Monday v1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Sep 13, 2019
1 parent 8fb9f10 commit 52514bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Binary file modified dist/monday-server
Binary file not shown.
2 changes: 1 addition & 1 deletion server/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/eko/monday-app/server
go 1.12

require (
github.com/eko/monday v1.0.4
github.com/eko/monday v1.0.6
github.com/golang/protobuf v1.3.2
google.golang.org/grpc v1.22.1
)
4 changes: 4 additions & 0 deletions server/go.sum
Expand Up @@ -19,6 +19,10 @@ github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 h1:cenwrSVm+Z7QL
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM=
github.com/eko/monday v1.0.4 h1:to+Kb76IhSOKcMToDPAS0PzUEmFEpdZxuXIc7t3LXG4=
github.com/eko/monday v1.0.4/go.mod h1:Magfa5FdziZRdiaTrEUxqTfed6CR0FXJ1eQNhdzyXZk=
github.com/eko/monday v1.0.5 h1:QVad28swNPfrj5TTo0vjFowSDvsfrsqtSDqKw7ILbt0=
github.com/eko/monday v1.0.5/go.mod h1:Magfa5FdziZRdiaTrEUxqTfed6CR0FXJ1eQNhdzyXZk=
github.com/eko/monday v1.0.6 h1:1DdiMs4lmgCuAvLMm/3G64aAvGi10GOTPbEwFFSMum0=
github.com/eko/monday v1.0.6/go.mod h1:Magfa5FdziZRdiaTrEUxqTfed6CR0FXJ1eQNhdzyXZk=
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e h1:p1yVGRW3nmb85p1Sh1ZJSDm4A4iKLS5QNbvUHMgGu/M=
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
Expand Down
2 changes: 1 addition & 1 deletion server/internal/grpc/endpoints.go
Expand Up @@ -6,7 +6,7 @@ import (
"os/exec"
"syscall"

serverui "../ui"
serverui "github.com/eko/monday-app/server/internal/ui"

"github.com/eko/monday/pkg/config"
"github.com/eko/monday/pkg/forwarder"
Expand Down
2 changes: 1 addition & 1 deletion server/main.go
Expand Up @@ -6,7 +6,7 @@ import (
"os/signal"
"syscall"

monday "./internal/grpc"
monday "github.com/eko/monday-app/server/internal/grpc"
"github.com/eko/monday/pkg/config"
)

Expand Down

0 comments on commit 52514bc

Please sign in to comment.