| // Licensed to the Apache Software Foundation (ASF) under one |
| // or more contributor license agreements. See the NOTICE file |
| // distributed with this work for additional information |
| // regarding copyright ownership. The ASF licenses this file |
| // to you 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/apache/ozone-go/api |
| |
| go 1.13 |
| |
| require ( |
| github.com/golang/protobuf v1.4.3 |
| github.com/hortonworks/gohadoop v0.0.0-20180913181356-4e92e1475b38 |
| github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d |
| github.com/stretchr/testify v1.7.0 |
| golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 |
| golang.org/x/sys v0.0.0-20210313202042-bd2e13477e9c // indirect |
| golang.org/x/text v0.3.5 // indirect |
| google.golang.org/genproto v0.0.0-20210312152112-fc591d9ea70f // indirect |
| google.golang.org/grpc v1.36.0 |
| google.golang.org/protobuf v1.25.0 |
| ) |