Skip to content

Commit

Permalink
merge branch with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Jan 21, 2025
2 parents 64655a0 + b353bf9 commit d0368bd
Show file tree
Hide file tree
Showing 54 changed files with 1,821 additions and 646 deletions.
52 changes: 29 additions & 23 deletions e2e/playwright/mock_oauth_server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/playwright/mock_oauth_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.21.0"
"express": "^4.21.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
Expand Down
24 changes: 12 additions & 12 deletions e2e/playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"express": "^4.21.0",
"express": "^4.21.2",
"pg": "^8.10.0"
}
}
19 changes: 11 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
module github.com/mattermost/mattermost-plugin-github

go 1.21
go 1.22

toolchain go1.22.8

require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/google/go-github/v54 v54.0.0
github.com/gorilla/mux v1.8.1
github.com/mattermost/mattermost/server/public v0.1.7-0.20240815110211-dd2cad30679b
github.com/hashicorp/go-multierror v1.1.1
github.com/mattermost/mattermost/server/public v0.1.9
github.com/microcosm-cc/bluemonday v1.0.19
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.9.0
golang.org/x/oauth2 v0.21.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -27,14 +31,14 @@ require (
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/huandu/xstrings v1.3.1 // indirect
Expand Down Expand Up @@ -70,14 +74,13 @@ require (
github.com/wiggin77/merror v1.0.5 // indirect
github.com/wiggin77/srslog v1.0.1 // indirect
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit d0368bd

Please sign in to comment.