Maint: upgrade qdm12/golibs

This commit is contained in:
Quentin McGaw (laptop)
2021-08-22 20:44:14 +00:00
parent 614eb10d67
commit e4a260f148
25 changed files with 42 additions and 42 deletions

View File

@@ -60,7 +60,7 @@ func Test_DNS_readUnboundProviders(t *testing.T) {
ctrl := gomock.NewController(t)
env := mock_params.NewMockEnv(ctrl)
env := mock_params.NewMockInterface(ctrl)
env.EXPECT().Get("DOT_PROVIDERS", gomock.Any()).
Return(testCase.envValue, testCase.envErr)