Skip to content

Commit

Permalink
fix(gomod): Fix gomod digest updates (#12655)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Nov 15, 2021
1 parent 84bf70a commit bc7c0c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datasource/go/digest.spec.ts
@@ -1,7 +1,7 @@
import * as httpMock from '../../../test/http-mock';
import { mocked } from '../../../test/util';
import * as _hostRules from '../../util/host-rules';
import { getDigest } from './digest';
import { getDigest } from '.';

jest.mock('../../util/host-rules');

Expand Down
2 changes: 2 additions & 0 deletions lib/datasource/go/index.ts
Expand Up @@ -4,6 +4,8 @@ import * as goproxy from './releases-goproxy';

export { id } from './common';

export { getDigest } from './digest';

export const customRegistrySupport = false;

export function getReleases(
Expand Down

0 comments on commit bc7c0c5

Please sign in to comment.