Skip to content

Commit 0f505f1

Browse files
committed
Update packages
1 parent 1e8b846 commit 0f505f1

File tree

3 files changed

+80
-505
lines changed

3 files changed

+80
-505
lines changed

go.mod

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
module github.com/traPtitech/DevOpsBot
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.21.3
5+
toolchain go1.22.0
66

77
require (
8-
github.com/dghubble/sling v1.4.1
8+
github.com/dghubble/sling v1.4.2
99
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
1616
)
1717

1818
require (
19-
github.com/fsnotify/fsnotify v1.6.0 // indirect
19+
github.com/fsnotify/fsnotify v1.7.0 // indirect
2020
github.com/gofrs/uuid v4.4.0+incompatible // indirect
2121
github.com/golang/protobuf v1.5.3 // indirect
2222
github.com/google/go-querystring v1.1.0 // indirect
@@ -25,21 +25,22 @@ require (
2525
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2626
github.com/magiconair/properties v1.8.7 // indirect
2727
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
3334
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
3636
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
4142
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
4344
gopkg.in/ini.v1 v1.67.0 // indirect
4445
gopkg.in/yaml.v3 v3.0.1 // indirect
4546
)

0 commit comments

Comments
 (0)