Skip to content

Commit

Permalink
Include new model changes
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Sep 16, 2024
1 parent efb38a0 commit 272a680
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
container: cimg/go:1.21
container: cimg/go:1.22
defaults:
run:
shell: bash
Expand Down
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
module github.com/mattermost/mattermost-marketplace

go 1.21
go 1.22

toolchain go1.22.6

require (
github.com/akrylysov/algnhsa v0.0.0-20190319020909-05b3d192e9a7
github.com/blang/semver v3.5.1+incompatible
github.com/google/go-github/v28 v28.0.0
github.com/gorilla/mux v1.8.1
github.com/mattermost/mattermost/server/public v0.1.7-0.20240813064912-e5842e67a8a1
github.com/mattermost/mattermost/server/public v0.1.7-0.20240912172357-70fe2abea67e
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.6.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ github.com/mattermost/ldap v0.0.0-20231116144001-0f480c025956 h1:Y1Tu/swM31pVwwb
github.com/mattermost/ldap v0.0.0-20231116144001-0f480c025956/go.mod h1:SRl30Lb7/QoYyohYeVBuqYvvmXSZJxZgiV3Zf6VbxjI=
github.com/mattermost/logr/v2 v2.0.21 h1:CMHsP+nrbRlEC4g7BwOk1GAnMtHkniFhlSQPXy52be4=
github.com/mattermost/logr/v2 v2.0.21/go.mod h1:kZkB/zqKL9e+RY5gB3vGpsyenC+TpuiOenjMkvJJbzc=
github.com/mattermost/mattermost/server/public v0.1.7-0.20240813064912-e5842e67a8a1 h1:AXNdrjy0cXtHg4JVPKKjrQuSYepDi0Psdo8JmskZy+E=
github.com/mattermost/mattermost/server/public v0.1.7-0.20240813064912-e5842e67a8a1/go.mod h1:Dm5uf3z8ckDOKYD1cbnb1Uqm/G9WYIaouSP/HnH+Rbs=
github.com/mattermost/mattermost/server/public v0.1.7-0.20240912172357-70fe2abea67e h1:fnmf9STFIzkVr41RIlYaQSp3Zsru1HT9sB3wNwRz3Dw=
github.com/mattermost/mattermost/server/public v0.1.7-0.20240912172357-70fe2abea67e/go.mod h1:SkTKbMul91Rq0v2dIxe8mqzUOY+3KwlwwLmAlxDfGCk=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
Expand Down

0 comments on commit 272a680

Please sign in to comment.