Skip to content

Commit

Permalink
chore: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed May 15, 2021
1 parent bd5ec2c commit 0692290
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MODULE = kubepfm
all: $(MODULE)

$(MODULE):| $(BASE)
@GO111MODULE=on GOFLAGS=-mod=vendor go install -v
@GO111MODULE=on go install -v

$(BASE):
@mkdir -p $(dir $@)
13 changes: 9 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
module github.com/flowerinthenight/kubepfm

require (
github.com/fatih/color v1.9.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/fatih/color v1.11.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
github.com/ugorji/go v1.1.4 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
)

go 1.13
Loading

0 comments on commit 0692290

Please sign in to comment.