Skip to content

Commit

Permalink
Merge pull request #45 from Brightscout/MI-2949
Browse files Browse the repository at this point in the history
[MI-2949]:Added a check to remove pre existing autolinks
  • Loading branch information
avas27JTG authored Jan 18, 2024
2 parents 6cdb195 + f3d5b67 commit df69291
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 107 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ go 1.13

require (
github.com/andygrunwald/go-jira v1.10.0
//TODO: This is a temporary package will be changed after the autolink PR is merged
github.com/brightscout/mattermost-plugin-autolink v0.0.0-20230406101012-1b413c6d3031 // indirect
github.com/dghubble/oauth1 v0.5.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/jarcoal/httpmock v1.0.8
github.com/mattermost/mattermost-plugin-api v0.0.26-0.20220223141232-cb8b1984774a
github.com/mattermost/mattermost-plugin-autolink v1.2.2-0.20210709183311-c8fa30db649f
github.com/mattermost/mattermost-server/v6 v6.3.0
github.com/mholt/archiver/v3 v3.5.1
github.com/pkg/errors v0.9.1
Expand Down
Loading

0 comments on commit df69291

Please sign in to comment.