blob: 3f5dec8423f4142d533b8b607f019e5e1477fd11 [file] [log] [blame]
// 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/cloudstack-cloudmonkey
require (
github.com/briandowns/spinner v0.0.0-20181018151057-dd69c579ff20
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/fatih/color v1.7.0 // indirect
github.com/golang/lint v0.0.0-20181011164241-5906bd5c48cd // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
github.com/manifoldco/promptui v0.3.1
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mattn/go-shellwords v1.0.3
github.com/mitchellh/go-homedir v1.0.0
github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc
golang.org/x/lint v0.0.0-20181011164241-5906bd5c48cd // indirect
golang.org/x/tools v0.0.0-20181019174312-a019f6b7c5bf // indirect
gopkg.in/ini.v1 v1.39.0
)