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

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