Skip to content
Snippets Groups Projects
Unverified Commit bc7c0c53 authored by Sergei Zharinov's avatar Sergei Zharinov Committed by GitHub
Browse files

fix(gomod): Fix gomod digest updates (#12655)

parent 84bf70ac
No related branches found
No related tags found
No related merge requests found
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');
......
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment