diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-10 09:08:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-10 09:08:35 +0000 |
commit | 23ff717a29540bb1d4b0068f164b5f9df99386bf (patch) | |
tree | 1d31f1766f3a5e4748cd806cf655d72d35cb59dc /app/models/blob.rb | |
parent | c2879da99d02b4e49a1394f5699a2963f2651f18 (diff) | |
download | gitlab-ce-23ff717a29540bb1d4b0068f164b5f9df99386bf.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/blob.rb')
-rw-r--r-- | app/models/blob.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/blob.rb b/app/models/blob.rb index c1524d0b177..874bf58530e 100644 --- a/app/models/blob.rb +++ b/app/models/blob.rb @@ -58,6 +58,7 @@ class Blob < SimpleDelegator BlobViewer::Gemfile, BlobViewer::Gemspec, BlobViewer::GodepsJson, + BlobViewer::GoMod, BlobViewer::PackageJson, BlobViewer::Podfile, BlobViewer::Podspec, |