// Copyright (c) 2021, Intel Corporation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. module github.com/intel/iaevents go 1.16 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/kr/text v0.2.0 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/stretchr/objx v0.1.1 // indirect github.com/stretchr/testify v1.7.0 golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect )