Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.6 #156

Merged
merged 22 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a549ebf
Bump golang.org/x/oauth2 from 0.0.0-20221014153046-6fdb5e3db783 to 0.6.0
dependabot[bot] Mar 6, 2023
bbc94cf
Bump github.com/golang/glog from 1.0.0 to 1.1.1
dependabot[bot] Mar 23, 2023
9f9248b
Merge pull request #144 from dvdmuckle/dependabot/go_modules/github.c…
dvdmuckle Apr 1, 2023
c9ef562
Merge pull request #142 from dvdmuckle/dependabot/go_modules/golang.o…
dvdmuckle Apr 1, 2023
5562842
Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
dependabot[bot] Apr 5, 2023
430dbe7
Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0
dependabot[bot] Apr 7, 2023
2dd52d4
Merge pull request #146 from dvdmuckle/dependabot/go_modules/golang.o…
dvdmuckle Apr 19, 2023
9cfe6af
Merge pull request #145 from dvdmuckle/dependabot/go_modules/github.c…
dvdmuckle Apr 19, 2023
7a5e456
Bump github.com/zalando/go-keyring from 0.2.2 to 0.2.3
dependabot[bot] May 18, 2023
ce80269
Bump golang.org/x/oauth2 from 0.7.0 to 0.9.0
dependabot[bot] Jun 14, 2023
d5c22c4
Merge pull request #150 from dvdmuckle/dependabot/go_modules/golang.o…
dvdmuckle Jun 19, 2023
a663a6e
Merge branch 'dev' into dependabot/go_modules/github.com/zalando/go-k…
dvdmuckle Jun 19, 2023
a092229
Merge pull request #148 from dvdmuckle/dependabot/go_modules/github.c…
dvdmuckle Jun 19, 2023
10b6b02
Bump github.com/spf13/viper from 1.15.0 to 1.16.0
dependabot[bot] Jun 19, 2023
896f6e9
Merge pull request #149 from dvdmuckle/dependabot/go_modules/github.c…
dvdmuckle Jun 19, 2023
d6ebd38
Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0
dependabot[bot] Jul 6, 2023
dda9632
Merge pull request #151 from dvdmuckle/dependabot/go_modules/golang.o…
dvdmuckle Jul 18, 2023
909193d
Bump golang.org/x/oauth2 from 0.10.0 to 0.12.0
dependabot[bot] Sep 6, 2023
b36bf81
Merge pull request #154 from dvdmuckle/dependabot/go_modules/golang.o…
dvdmuckle Oct 2, 2023
29c8d1a
Bump github.com/golang/glog from 1.1.1 to 1.1.2
dependabot[bot] Oct 2, 2023
c3eb809
Merge pull request #153 from dvdmuckle/dependabot/go_modules/github.c…
dvdmuckle Oct 2, 2023
6eb71fe
Prep for release 1.1.6
dvdmuckle Oct 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
spc (1.1.6) focal jammy; urgency=medium

* Update dependencies

-- David Muckle <[email protected]> Mon, 02 Oct 2023 15:16:32 -0400

spc (1.1.5-1) jammy; urgency=medium

* Update dependencies
Expand Down
32 changes: 16 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,48 @@ module github.com/dvdmuckle/spc
go 1.17

require (
github.com/golang/glog v1.0.0
github.com/golang/glog v1.1.2
github.com/ktr0731/go-fuzzyfinder v0.7.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
github.com/zalando/go-keyring v0.2.2
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/zalando/go-keyring v0.2.3
github.com/zmb3/spotify v1.3.0
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/oauth2 v0.12.0
)

require (
github.com/alessio/shellescape v1.4.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.5.3 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/ktr0731/go-ansisgr v0.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/term v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading
Loading