Blame vendor/github.com/Azure/go-autorest/autorest/adal/go_mod_tidy_hack.go

Packit 63bb0d
// +build modhack
Packit 63bb0d
Packit 63bb0d
package adal
Packit 63bb0d
Packit 63bb0d
// Copyright 2017 Microsoft Corporation
Packit 63bb0d
//
Packit 63bb0d
//  Licensed under the Apache License, Version 2.0 (the "License");
Packit 63bb0d
//  you may not use this file except in compliance with the License.
Packit 63bb0d
//  You may obtain a copy of the License at
Packit 63bb0d
//
Packit 63bb0d
//      http://www.apache.org/licenses/LICENSE-2.0
Packit 63bb0d
//
Packit 63bb0d
//  Unless required by applicable law or agreed to in writing, software
Packit 63bb0d
//  distributed under the License is distributed on an "AS IS" BASIS,
Packit 63bb0d
//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Packit 63bb0d
//  See the License for the specific language governing permissions and
Packit 63bb0d
//  limitations under the License.
Packit 63bb0d
Packit Service 3a6627
// This file, and the github.com/Azure/go-autorest import, won't actually become part of
Packit 63bb0d
// the resultant binary.
Packit 63bb0d
Packit 63bb0d
// Necessary for safely adding multi-module repo.
Packit 63bb0d
// See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository
Packit Service 3a6627
import _ "github.com/Azure/go-autorest"