1
1
module github.com/traPtitech/DevOpsBot
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.21.3
5
+ toolchain go1.22.0
6
6
7
7
require (
8
- github.com/dghubble/sling v1.4.1
8
+ github.com/dghubble/sling v1.4.2
9
9
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
10
- github.com/samber/lo v1.38.1
11
- github.com/spf13/viper v1.15 .0
12
- github.com/traPtitech/go-traq v0.0.0-20230404114110-499acf77d487
13
- github.com/traPtitech/traq-ws-bot v1.1.2
14
- go.uber.org/zap v1.24.0
15
- golang. org/x/exp v0.0.0-20230510235704-dd950f8aeaea
10
+ github.com/samber/lo v1.39.0
11
+ github.com/spf13/cobra v1.8 .0
12
+ github.com/spf13/viper v1.18.2
13
+ github.com/traPtitech/go-traq v0.0.0-20240420012203-0152d96098b0
14
+ github.com/traPtitech/traq-ws-bot v1.1.3
15
+ go.uber. org/zap v1.27.0
16
16
)
17
17
18
18
require (
19
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
19
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
20
20
github.com/gofrs/uuid v4.4.0+incompatible // indirect
21
21
github.com/golang/protobuf v1.5.3 // indirect
22
22
github.com/google/go-querystring v1.1.0 // indirect
@@ -25,21 +25,22 @@ require (
25
25
github.com/inconshreveable/mousetrap v1.1.0 // indirect
26
26
github.com/magiconair/properties v1.8.7 // indirect
27
27
github.com/mitchellh/mapstructure v1.5.0 // indirect
28
- github.com/pelletier/go-toml/v2 v2.0.7 // indirect
29
- github.com/spf13/afero v1.9.5 // indirect
30
- github.com/spf13/cast v1.5.0 // indirect
31
- github.com/spf13/cobra v1.8.0 // indirect
32
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
28
+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
29
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
30
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
31
+ github.com/sourcegraph/conc v0.3.0 // indirect
32
+ github.com/spf13/afero v1.11.0 // indirect
33
+ github.com/spf13/cast v1.6.0 // indirect
33
34
github.com/spf13/pflag v1.0.5 // indirect
34
- github.com/subosito/gotenv v1.4.2 // indirect
35
- go.uber.org/atomic v1.11.0 // indirect
35
+ github.com/subosito/gotenv v1.6.0 // indirect
36
36
go.uber.org/multierr v1.11.0 // indirect
37
- golang.org/x/net v0.10.0 // indirect
38
- golang.org/x/oauth2 v0.8.0 // indirect
39
- golang.org/x/sys v0.8.0 // indirect
40
- golang.org/x/text v0.9.0 // indirect
37
+ golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
38
+ golang.org/x/net v0.23.0 // indirect
39
+ golang.org/x/oauth2 v0.15.0 // indirect
40
+ golang.org/x/sys v0.18.0 // indirect
41
+ golang.org/x/text v0.14.0 // indirect
41
42
google.golang.org/appengine v1.6.7 // indirect
42
- google.golang.org/protobuf v1.30 .0 // indirect
43
+ google.golang.org/protobuf v1.33 .0 // indirect
43
44
gopkg.in/ini.v1 v1.67.0 // indirect
44
45
gopkg.in/yaml.v3 v3.0.1 // indirect
45
46
)
0 commit comments