Skip to content

Commit

Permalink
Fix CI (#13)
Browse files Browse the repository at this point in the history
* Fix CI

* Bump to MM 5.18
  • Loading branch information
hanzei authored and cpoile committed Dec 18, 2019
1 parent 9a45cd7 commit cdde54e
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 93 deletions.
3 changes: 2 additions & 1 deletion build/manifest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import (
"io/ioutil"
"os"

"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/v5/model"

"github.com/pkg/errors"
)

Expand Down
19 changes: 1 addition & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,6 @@ go 1.12

require (
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
github.com/go-ldap/ldap v3.0.3+incompatible // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/hashicorp/go-plugin v1.0.1 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/mattermost/mattermost-server v5.12.0+incompatible
github.com/mattermost/mattermost-server/v5 v5.18.0
github.com/pkg/errors v0.8.1
github.com/stretchr/objx v0.2.0 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
google.golang.org/appengine v1.6.1 // indirect
google.golang.org/genproto v0.0.0-20190708153700-3bdd9d9f5532 // indirect
google.golang.org/grpc v1.22.0 // indirect
)

// Workaround for https://github.com/golang/go/issues/30831 and fallout.
replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8f45f776aaf1
Loading

0 comments on commit cdde54e

Please sign in to comment.