| // 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/incubator-pegasus/pegic |
| |
| go 1.14 |
| |
| require ( |
| github.com/apache/incubator-pegasus/go-client v0.0.0-20220526071020-be5634371701 |
| github.com/desertbit/grumble v1.1.1 |
| github.com/hashicorp/go-multierror v1.1.1 // indirect |
| github.com/klauspost/compress v1.12.1 |
| github.com/sirupsen/logrus v1.8.1 |
| github.com/spf13/cobra v1.1.3 |
| golang.org/x/net v0.0.0-20210415231046-e915ea6b2b7d // indirect |
| golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect |
| gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| gopkg.in/natefinch/lumberjack.v2 v2.0.0 |
| gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| ) |