Skip to content

Commit

Permalink
upgrade deps/modules
Browse files Browse the repository at this point in the history
  • Loading branch information
gumieri committed Mar 1, 2023
1 parent a95a8f5 commit 38bd136
Show file tree
Hide file tree
Showing 3 changed files with 1,106 additions and 156 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export RELEASE_BODY
all: deps build
deps:
go get ./...
upgrade:
go get -u ./...
go mod tidy
build:
$(GOBUILD)
install:
Expand Down
33 changes: 14 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,25 @@ go 1.12

require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
github.com/adrg/xdg v0.2.1
github.com/adrg/xdg v0.4.0
github.com/ahmetb/go-cursor v0.0.0-20131010032410-8136607ea412
github.com/aws/aws-sdk-go v1.44.180
github.com/fatih/color v1.9.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/aws/aws-sdk-go v1.44.211
github.com/fatih/color v1.14.1
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gumieri/open-in-editor v0.0.0-20180920123653-4f3f3f35875d
github.com/gumieri/typist v1.3.1
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/go-version v1.6.0
github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/spf13/afero v1.3.4 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.5.1 // indirect
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/afero v1.9.4 // indirect
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/ini.v1 v1.60.0 // indirect
)
Loading

0 comments on commit 38bd136

Please sign in to comment.