Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
go get -u all
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Mar 15, 2020
1 parent 062cc23 commit 7452d4b
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 5 deletions.
36 changes: 31 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,38 @@
module github.com/martinnirtl/dockma

go 1.13
go 1.14

require (
github.com/AlecAivazis/survey/v2 v2.0.5
github.com/briandowns/spinner v1.8.0
github.com/AlecAivazis/survey/v2 v2.0.7
github.com/Netflix/go-expect v0.0.0-20200312175327-da48e75238e2 // indirect
github.com/briandowns/spinner v1.9.0
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.6
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1 // indirect
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4 // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Loading

0 comments on commit 7452d4b

Please sign in to comment.