Skip to content

Commit 17c83f7

Browse files
Bump the production-dependencies group across 1 directory with 4 updates
Bumps the production-dependencies group with 4 updates in the /gobot directory: [github.com/chmouel/gosmee](https://github.com/chmouel/gosmee), [github.com/palantir/go-githubapp](https://github.com/palantir/go-githubapp), [github.com/spf13/cobra](https://github.com/spf13/cobra) and [github.com/spf13/viper](https://github.com/spf13/viper). Updates `github.com/chmouel/gosmee` from 0.21.0 to 0.22.1 - [Release notes](https://github.com/chmouel/gosmee/releases) - [Changelog](https://github.com/chmouel/gosmee/blob/main/.goreleaser.yml) - [Commits](chmouel/gosmee@v0.21.0...v0.22.1) Updates `github.com/palantir/go-githubapp` from 0.25.0 to 0.29.0 - [Release notes](https://github.com/palantir/go-githubapp/releases) - [Commits](palantir/go-githubapp@v0.25.0...v0.29.0) Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.0...v1.8.1) Updates `github.com/spf13/viper` from 1.18.2 to 1.19.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: github.com/chmouel/gosmee dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/palantir/go-githubapp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8467721 commit 17c83f7

File tree

2 files changed

+72
-70
lines changed

2 files changed

+72
-70
lines changed

gobot/go.mod

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/instructlab/instructlab-bot/gobot
33
go 1.21
44

55
require (
6-
github.com/chmouel/gosmee v0.21.0
6+
github.com/chmouel/gosmee v0.22.1
77
github.com/go-redis/redis/v8 v8.11.5
88
github.com/google/go-github/v61 v61.0.0
99
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
10-
github.com/palantir/go-githubapp v0.25.0
10+
github.com/palantir/go-githubapp v0.29.0
1111
github.com/pkg/errors v0.9.1
1212
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
13-
github.com/spf13/cobra v1.8.0
13+
github.com/spf13/cobra v1.8.1
1414
go.uber.org/zap v1.27.0
1515
gopkg.in/yaml.v3 v3.0.1
1616
)
@@ -25,12 +25,13 @@ require (
2525
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
2626
github.com/go-git/go-billy/v5 v5.5.0 // indirect
2727
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
28-
github.com/google/go-github/v60 v60.0.0 // indirect
28+
github.com/google/go-github/v62 v62.0.0 // indirect
29+
github.com/google/go-github/v65 v65.0.0 // indirect
2930
github.com/hashicorp/hcl v1.0.0 // indirect
3031
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3132
github.com/kevinburke/ssh_config v1.2.0 // indirect
3233
github.com/magiconair/properties v1.8.7 // indirect
33-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
34+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
3435
github.com/pjbgf/sha1cd v0.3.0 // indirect
3536
github.com/sagikazarmark/locafero v0.4.0 // indirect
3637
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -41,20 +42,20 @@ require (
4142
github.com/spf13/cast v1.6.0 // indirect
4243
github.com/subosito/gotenv v1.6.0 // indirect
4344
github.com/xanzy/ssh-agent v0.3.3 // indirect
44-
golang.org/x/mod v0.14.0 // indirect
45-
golang.org/x/tools v0.16.0 // indirect
45+
golang.org/x/mod v0.18.0 // indirect
46+
golang.org/x/sync v0.8.0 // indirect
47+
golang.org/x/tools v0.22.0 // indirect
4648
gopkg.in/ini.v1 v1.67.0 // indirect
4749
gopkg.in/warnings.v0 v0.1.2 // indirect
4850
)
4951

5052
require (
51-
github.com/Pallinder/go-randomdata v1.2.0
52-
github.com/bradleyfalzon/ghinstallation/v2 v2.10.0 // indirect
53+
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 // indirect
5354
github.com/cespare/xxhash/v2 v2.1.2 // indirect
54-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
55+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
5556
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
5657
github.com/fsnotify/fsnotify v1.7.0 // indirect
57-
github.com/go-chi/chi/v5 v5.0.11 // indirect
58+
github.com/go-chi/chi/v5 v5.0.13 // indirect
5859
github.com/go-git/go-git/v5 v5.12.0
5960
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
6061
github.com/google/go-github/v57 v57.0.0 // indirect
@@ -67,20 +68,20 @@ require (
6768
github.com/mitchellh/mapstructure v1.5.0 // indirect
6869
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
6970
github.com/r3labs/sse/v2 v2.10.0 // indirect
70-
github.com/rs/zerolog v1.32.0 // indirect
71+
github.com/rs/zerolog v1.33.0 // indirect
7172
github.com/russross/blackfriday/v2 v2.1.0 // indirect
72-
github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064 // indirect
73+
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 // indirect
7374
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
7475
github.com/spf13/pflag v1.0.5
75-
github.com/spf13/viper v1.18.2
76-
github.com/urfave/cli/v2 v2.27.1 // indirect
77-
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
76+
github.com/spf13/viper v1.19.0
77+
github.com/urfave/cli/v2 v2.27.2 // indirect
78+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
7879
go.uber.org/multierr v1.10.0 // indirect
79-
golang.org/x/crypto v0.23.0 // indirect
80-
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
81-
golang.org/x/net v0.25.0 // indirect
82-
golang.org/x/oauth2 v0.20.0 // indirect
83-
golang.org/x/sys v0.20.0 // indirect
84-
golang.org/x/text v0.15.0 // indirect
80+
golang.org/x/crypto v0.27.0 // indirect
81+
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
82+
golang.org/x/net v0.29.0 // indirect
83+
golang.org/x/oauth2 v0.23.0 // indirect
84+
golang.org/x/sys v0.25.0 // indirect
85+
golang.org/x/text v0.18.0 // indirect
8586
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
8687
)

0 commit comments

Comments
 (0)