X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=go.mod;fp=go.mod;h=a5255d325f3168f11ae66c3576e65629ad82525c;hb=d6df6c21438e91f337af67be37ec8362bd6465f9;hp=a4969e0fef1e350c69620b52a30be7a5b9f9f1e1;hpb=3343b4d2bc64dd616b348eae1ebac616cbf6e0a9;p=mmfileget.git diff --git a/go.mod b/go.mod index a4969e0..a5255d3 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module go.stargrave.org/mmfileget -go 1.15 +go 1.16 -require github.com/mattermost/mattermost-server/v5 v5.39.1 +require github.com/mattermost/mattermost-server/v6 v6.1.0 -replace github.com/mattermost/mattermost-server/v5 v5.39.1 => ./mattermost-server +replace github.com/mattermost/mattermost-server/v6 v6.1.0 => ./mattermost-server