@@ -3,14 +3,14 @@ module github.com/instructlab/instructlab-bot/gobot
3
3
go 1.21
4
4
5
5
require (
6
- github.com/chmouel/gosmee v0.21.0
6
+ github.com/chmouel/gosmee v0.22.1
7
7
github.com/go-redis/redis/v8 v8.11.5
8
8
github.com/google/go-github/v61 v61.0.0
9
9
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
11
11
github.com/pkg/errors v0.9.1
12
12
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
14
14
go.uber.org/zap v1.27.0
15
15
gopkg.in/yaml.v3 v3.0.1
16
16
)
@@ -25,12 +25,13 @@ require (
25
25
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
26
26
github.com/go-git/go-billy/v5 v5.5.0 // indirect
27
27
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
29
30
github.com/hashicorp/hcl v1.0.0 // indirect
30
31
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
31
32
github.com/kevinburke/ssh_config v1.2.0 // indirect
32
33
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
34
35
github.com/pjbgf/sha1cd v0.3.0 // indirect
35
36
github.com/sagikazarmark/locafero v0.4.0 // indirect
36
37
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -41,20 +42,20 @@ require (
41
42
github.com/spf13/cast v1.6.0 // indirect
42
43
github.com/subosito/gotenv v1.6.0 // indirect
43
44
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
46
48
gopkg.in/ini.v1 v1.67.0 // indirect
47
49
gopkg.in/warnings.v0 v0.1.2 // indirect
48
50
)
49
51
50
52
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
53
54
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
55
56
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
56
57
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
58
59
github.com/go-git/go-git/v5 v5.12.0
59
60
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
60
61
github.com/google/go-github/v57 v57.0.0 // indirect
@@ -67,20 +68,20 @@ require (
67
68
github.com/mitchellh/mapstructure v1.5.0 // indirect
68
69
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
69
70
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
71
72
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
73
74
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
74
75
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
78
79
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
85
86
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
86
87
)
0 commit comments