1
1
module github.com/IceWhaleTech/CasaOS-Installer
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
- github.com/IceWhaleTech/CasaOS-Common v0.4.8-alpha3
6
+ github.com/IceWhaleTech/CasaOS-Common v0.4.10
7
7
github.com/Masterminds/semver/v3 v3.2.1
8
8
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
9
9
github.com/deepmap/oapi-codegen v1.12.4
10
10
github.com/fsnotify/fsnotify v1.6.0
11
11
github.com/getkin/kin-openapi v0.117.0
12
12
github.com/hashicorp/go-getter v1.7.5
13
- github.com/labstack/echo/v4 v4.11.4
13
+ github.com/labstack/echo/v4 v4.12.0
14
14
github.com/oapi-codegen/runtime v1.1.1
15
15
github.com/robfig/cron/v3 v3.0.1
16
16
github.com/samber/lo v1.38.1
@@ -25,19 +25,22 @@ require (
25
25
require (
26
26
cloud.google.com/go/compute/metadata v0.2.3 // indirect
27
27
github.com/benbjohnson/clock v1.3.1 // indirect
28
- github.com/chenzhuoyu/iasm v0.9.0 // indirect
29
28
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
30
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
31
29
github.com/go-ole/go-ole v1.2.6 // indirect
32
30
github.com/godbus/dbus/v5 v5.1.0 // indirect
33
31
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
32
+ github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
33
+ github.com/google/safetext v0.0.0-20240104143208-7a7d9b3d812f // indirect
34
34
github.com/gorilla/mux v1.8.0 // indirect
35
- github.com/kr/pretty v0.3.1 // indirect
35
+ github.com/labstack/echo-jwt/v4 v4.2.0 // indirect
36
36
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
37
- github.com/rogpeppe/go-internal v1.10.0 // indirect
37
+ github.com/tidwall/gjson v1.17.0 // indirect
38
+ github.com/tidwall/match v1.1.1 // indirect
39
+ github.com/tidwall/pretty v1.2.0 // indirect
38
40
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
39
41
github.com/yusufpapurcu/wmi v1.2.4 // indirect
40
42
golang.org/x/time v0.8.0 // indirect
43
+ mvdan.cc/sh/v3 v3.7.0 // indirect
41
44
)
42
45
43
46
require (
@@ -49,19 +52,11 @@ require (
49
52
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
50
53
github.com/aws/aws-sdk-go v1.44.218 // indirect
51
54
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
52
- github.com/bytedance/sonic v1.10.0-rc3 // indirect
53
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
54
55
github.com/davecgh/go-spew v1.1.1 // indirect
55
56
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
56
- github.com/gin-contrib/sse v0.1.0 // indirect
57
- github.com/gin-gonic/gin v1.9.1 // indirect
58
57
github.com/go-openapi/jsonpointer v0.19.6 // indirect
59
58
github.com/go-openapi/swag v0.22.3 // indirect
60
- github.com/go-playground/locales v0.14.1 // indirect
61
- github.com/go-playground/universal-translator v0.18.1 // indirect
62
- github.com/go-playground/validator/v10 v10.14.1 // indirect
63
59
github.com/go-resty/resty/v2 v2.7.0
64
- github.com/goccy/go-json v0.10.2 // indirect
65
60
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
66
61
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
67
62
github.com/golang/protobuf v1.5.3 // indirect
@@ -78,36 +73,27 @@ require (
78
73
github.com/invopop/yaml v0.2.0 // indirect
79
74
github.com/jmespath/go-jmespath v0.4.0 // indirect
80
75
github.com/josharian/intern v1.0.0 // indirect
81
- github.com/json-iterator/go v1.1.12 // indirect
82
76
github.com/klauspost/compress v1.16.7 // indirect
83
- github.com/klauspost/cpuid/v2 v2.2.5 // indirect
84
77
github.com/klauspost/pgzip v1.2.5 // indirect
85
78
github.com/labstack/gommon v0.4.2 // indirect
86
- github.com/leodido/go-urn v1.2.4 // indirect
87
79
github.com/mailru/easyjson v0.7.7 // indirect
88
80
github.com/mattn/go-colorable v0.1.13 // indirect
89
81
github.com/mattn/go-isatty v0.0.20 // indirect
90
82
github.com/mholt/archiver/v3 v3.5.1 // indirect
91
83
github.com/mitchellh/go-homedir v1.1.0 // indirect
92
84
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
93
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
94
- github.com/modern-go/reflect2 v1.0.2 // indirect
95
85
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
96
86
github.com/nwaples/rardecode v1.1.3 // indirect
97
- github.com/pelletier/go-toml/v2 v2.0.9 // indirect
98
87
github.com/perimeterx/marshmallow v1.1.4 // indirect
99
88
github.com/pierrec/lz4/v4 v4.1.17 // indirect
100
89
github.com/pmezard/go-difflib v1.0.0 // indirect
101
- github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
102
- github.com/ugorji/go/codec v1.2.11 // indirect
103
90
github.com/ulikunitz/xz v0.5.11 // indirect
104
91
github.com/valyala/bytebufferpool v1.0.0 // indirect
105
92
github.com/valyala/fasttemplate v1.2.2 // indirect
106
93
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
107
94
go.opencensus.io v0.24.0 // indirect
108
95
go.uber.org/atomic v1.10.0 // indirect
109
96
go.uber.org/multierr v1.11.0 // indirect
110
- golang.org/x/arch v0.4.0 // indirect
111
97
golang.org/x/crypto v0.31.0 // indirect
112
98
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
113
99
golang.org/x/net v0.32.0 // indirect
0 commit comments