Skip to content

Commit 8fe1bcb

Browse files
Bump github.com/aofei/air from 0.19.0 to 0.22.0 (#5)
Bumps [github.com/aofei/air](https://github.com/aofei/air) from 0.19.0 to 0.22.0. - [Commits](aofei/air@v0.19.0...v0.22.0) --- updated-dependencies: - dependency-name: github.com/aofei/air dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0bb031 commit 8fe1bcb

File tree

308 files changed

+17017
-54403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+17017
-54403
lines changed

go.mod

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,23 @@ module gclustercheck
33
go 1.22
44

55
require (
6-
github.com/aofei/air v0.19.0
6+
github.com/aofei/air v0.22.0
77
github.com/go-sql-driver/mysql v1.8.1
88
github.com/spf13/viper v1.18.2
99
)
1010

1111
require (
1212
filippo.io/edwards25519 v1.1.0 // indirect
13-
github.com/BurntSushi/toml v0.3.1 // indirect
14-
github.com/VictoriaMetrics/fastcache v1.5.7 // indirect
15-
github.com/aofei/mimesniffer v1.1.4 // indirect
13+
github.com/VictoriaMetrics/fastcache v1.5.8 // indirect
14+
github.com/aofei/mimesniffer v1.1.6 // indirect
1615
github.com/cespare/xxhash/v2 v2.1.1 // indirect
1716
github.com/fsnotify/fsnotify v1.7.0 // indirect
18-
github.com/golang/protobuf v1.5.3 // indirect
19-
github.com/golang/snappy v0.0.1 // indirect
17+
github.com/golang/snappy v0.0.3 // indirect
2018
github.com/gorilla/websocket v1.4.2 // indirect
2119
github.com/hashicorp/hcl v1.0.0 // indirect
2220
github.com/magiconair/properties v1.8.7 // indirect
2321
github.com/mitchellh/mapstructure v1.5.0 // indirect
22+
github.com/pelletier/go-toml v1.9.0 // indirect
2423
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
2524
github.com/sagikazarmark/locafero v0.4.0 // indirect
2625
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -29,18 +28,17 @@ require (
2928
github.com/spf13/cast v1.6.0 // indirect
3029
github.com/spf13/pflag v1.0.5 // indirect
3130
github.com/subosito/gotenv v1.6.0 // indirect
32-
github.com/tdewolff/minify/v2 v2.7.6 // indirect
33-
github.com/tdewolff/parse/v2 v2.4.3 // indirect
34-
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1 // indirect
35-
github.com/vmihailenco/tagparser v0.1.1 // indirect
31+
github.com/tdewolff/minify/v2 v2.9.16 // indirect
32+
github.com/tdewolff/parse/v2 v2.5.15 // indirect
33+
github.com/vmihailenco/msgpack/v5 v5.3.1 // indirect
34+
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
3635
go.uber.org/atomic v1.9.0 // indirect
3736
go.uber.org/multierr v1.9.0 // indirect
3837
golang.org/x/crypto v0.21.0 // indirect
3938
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
4039
golang.org/x/net v0.23.0 // indirect
4140
golang.org/x/sys v0.18.0 // indirect
4241
golang.org/x/text v0.14.0 // indirect
43-
google.golang.org/appengine v1.6.7 // indirect
4442
google.golang.org/protobuf v1.33.0 // indirect
4543
gopkg.in/ini.v1 v1.67.0 // indirect
4644
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 31 additions & 106 deletions
Large diffs are not rendered by default.

vendor/github.com/BurntSushi/toml/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/COMPATIBLE

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/Makefile

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/README.md

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)