Skip to content

Commit 480e907

Browse files
Merge pull request #227 from wttech/deps-upgrade
Deps upgrade
2 parents 1dc81f8 + 962861e commit 480e907

File tree

5 files changed

+55
-468
lines changed

5 files changed

+55
-468
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/dustin/go-humanize v1.0.1
1313
github.com/essentialkaos/go-jar v1.0.6
1414
github.com/fatih/color v1.16.0
15-
github.com/go-resty/resty/v2 v2.10.0
15+
github.com/go-resty/resty/v2 v2.11.0
1616
github.com/gobwas/glob v0.2.3
1717
github.com/google/go-cmp v0.6.0
1818
github.com/hashicorp/go-version v1.6.0
@@ -22,14 +22,14 @@ require (
2222
github.com/olekukonko/tablewriter v0.0.5
2323
github.com/otiai10/copy v1.14.0
2424
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
25-
github.com/samber/lo v1.38.1
25+
github.com/samber/lo v1.39.0
2626
github.com/segmentio/textio v1.2.0
2727
github.com/sirupsen/logrus v1.9.3
28-
github.com/spf13/cast v1.5.1
28+
github.com/spf13/cast v1.6.0
2929
github.com/spf13/cobra v1.8.0
30-
github.com/spf13/viper v1.17.0
30+
github.com/spf13/viper v1.18.2
3131
github.com/stretchr/testify v1.8.4
32-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
32+
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
3333
golang.org/x/sync v0.5.0
3434
gopkg.in/yaml.v3 v3.0.1
3535
)
@@ -44,12 +44,12 @@ require (
4444
github.com/fsnotify/fsnotify v1.7.0 // indirect
4545
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4646
github.com/golang/snappy v0.0.4 // indirect
47-
github.com/google/uuid v1.4.0 // indirect
47+
github.com/google/uuid v1.5.0 // indirect
4848
github.com/hashicorp/hcl v1.0.0 // indirect
4949
github.com/huandu/xstrings v1.4.0 // indirect
5050
github.com/imdario/mergo v0.3.16 // indirect
5151
github.com/inconshreveable/mousetrap v1.1.0 // indirect
52-
github.com/klauspost/compress v1.17.3 // indirect
52+
github.com/klauspost/compress v1.17.4 // indirect
5353
github.com/klauspost/pgzip v1.2.6 // indirect
5454
github.com/mattn/go-colorable v0.1.13 // indirect
5555
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -58,22 +58,22 @@ require (
5858
github.com/mitchellh/mapstructure v1.5.0 // indirect
5959
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6060
github.com/nwaples/rardecode v1.1.3 // indirect
61-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
62-
github.com/pierrec/lz4/v4 v4.1.18 // indirect
61+
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
62+
github.com/pierrec/lz4/v4 v4.1.19 // indirect
6363
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6464
github.com/rivo/uniseg v0.4.4 // indirect
65-
github.com/sagikazarmark/locafero v0.3.0 // indirect
65+
github.com/sagikazarmark/locafero v0.4.0 // indirect
6666
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
6767
github.com/sourcegraph/conc v0.3.0 // indirect
68-
github.com/spf13/afero v1.10.0 // indirect
68+
github.com/spf13/afero v1.11.0 // indirect
6969
github.com/spf13/pflag v1.0.5 // indirect
7070
github.com/subosito/gotenv v1.6.0 // indirect
7171
github.com/ulikunitz/xz v0.5.11 // indirect
7272
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
7373
go.uber.org/multierr v1.11.0 // indirect
74-
golang.org/x/crypto v0.15.0 // indirect
75-
golang.org/x/net v0.18.0 // indirect
76-
golang.org/x/sys v0.14.0 // indirect
74+
golang.org/x/crypto v0.17.0 // indirect
75+
golang.org/x/net v0.19.0 // indirect
76+
golang.org/x/sys v0.15.0 // indirect
7777
golang.org/x/text v0.14.0 // indirect
7878
gopkg.in/ini.v1 v1.67.0 // indirect
7979
)

0 commit comments

Comments
 (0)