Skip to content

Commit d07b835

Browse files
committed
fix go.mod order
1 parent f09a6fe commit d07b835

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed

go.mod

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,24 @@ go 1.22.7
44

55
require (
66
github.com/AlekSi/pointer v1.1.0
7+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
8+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.1
79
github.com/DisposaBoy/JsonConfigReader v0.0.0-20171218180944-5ea4d0ddac55
10+
github.com/ProtonMail/go-crypto v1.0.0
811
github.com/awalterschulze/gographviz v2.0.1+incompatible
12+
github.com/aws/aws-sdk-go-v2 v1.32.5
13+
github.com/aws/aws-sdk-go-v2/config v1.28.5
14+
github.com/aws/aws-sdk-go-v2/credentials v1.17.46
15+
github.com/aws/aws-sdk-go-v2/service/s3 v1.67.1
16+
github.com/aws/smithy-go v1.22.1
917
github.com/cavaliergopher/grab/v3 v3.0.1
1018
github.com/cheggaaa/pb v1.0.25
1119
github.com/gin-gonic/gin v1.9.1
12-
github.com/go-playground/validator/v10 v10.14.0 // indirect
20+
github.com/google/uuid v1.6.0
1321
github.com/h2non/filetype v1.1.3
14-
github.com/jlaffaye/ftp v0.2.0 // indirect
1522
github.com/kjk/lzma v0.0.0-20120628231508-2a7c55cad4a2
1623
github.com/klauspost/compress v1.17.9
1724
github.com/klauspost/pgzip v1.2.5
18-
github.com/mattn/go-colorable v0.1.13 // indirect
19-
github.com/mattn/go-runewidth v0.0.15 // indirect
2025
github.com/mattn/go-shellwords v1.0.12
2126
github.com/mkrautz/goar v0.0.0-20150919110319-282caa8bd9da
2227
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
@@ -29,15 +34,18 @@ require (
2934
github.com/smira/flag v0.0.0-20170926215700-695ea5e84e76
3035
github.com/smira/go-ftp-protocol v0.0.0-20140829150050-066b75c2b70d
3136
github.com/smira/go-xz v0.1.0
37+
github.com/swaggo/files v1.0.1
38+
github.com/swaggo/gin-swagger v1.6.0
39+
github.com/swaggo/swag v1.16.3
3240
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
3341
github.com/ugorji/go/codec v1.2.11
3442
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0
35-
golang.org/x/crypto v0.31.0 // indirect
43+
go.etcd.io/etcd/client/v3 v3.5.15
3644
golang.org/x/sys v0.28.0
3745
golang.org/x/term v0.27.0
3846
golang.org/x/time v0.5.0
39-
google.golang.org/protobuf v1.34.2 // indirect
4047
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
48+
gopkg.in/yaml.v3 v3.0.1
4149
)
4250

4351
require (
@@ -74,20 +82,24 @@ require (
7482
github.com/go-openapi/swag v0.19.15 // indirect
7583
github.com/go-playground/locales v0.14.1 // indirect
7684
github.com/go-playground/universal-translator v0.18.1 // indirect
85+
github.com/go-playground/validator/v10 v10.14.0 // indirect
7786
github.com/goccy/go-json v0.10.2 // indirect
7887
github.com/gogo/protobuf v1.3.2 // indirect
7988
github.com/golang/protobuf v1.5.4 // indirect
8089
github.com/golang/snappy v0.0.4 // indirect
8190
github.com/hashicorp/errwrap v1.1.0 // indirect
8291
github.com/hashicorp/go-multierror v1.1.1 // indirect
92+
github.com/jlaffaye/ftp v0.2.0 // indirect
8393
github.com/josharian/intern v1.0.0 // indirect
8494
github.com/json-iterator/go v1.1.12 // indirect
8595
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
8696
github.com/kr/pretty v0.3.1 // indirect
8797
github.com/kr/text v0.2.0 // indirect
8898
github.com/leodido/go-urn v1.2.4 // indirect
8999
github.com/mailru/easyjson v0.7.6 // indirect
100+
github.com/mattn/go-colorable v0.1.13 // indirect
90101
github.com/mattn/go-isatty v0.0.20 // indirect
102+
github.com/mattn/go-runewidth v0.0.16 // indirect
91103
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
92104
github.com/modern-go/reflect2 v1.0.2 // indirect
93105
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -103,30 +115,15 @@ require (
103115
go.uber.org/multierr v1.10.0 // indirect
104116
go.uber.org/zap v1.26.0 // indirect
105117
golang.org/x/arch v0.3.0 // indirect
118+
golang.org/x/crypto v0.31.0 // indirect
106119
golang.org/x/net v0.33.0 // indirect
107120
golang.org/x/sync v0.10.0 // indirect
108121
golang.org/x/text v0.21.0 // indirect
109122
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
110123
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
111124
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
112125
google.golang.org/grpc v1.64.1 // indirect
126+
google.golang.org/protobuf v1.34.2 // indirect
113127
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
114128
gopkg.in/yaml.v2 v2.4.0 // indirect
115129
)
116-
117-
require (
118-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
119-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.1
120-
github.com/ProtonMail/go-crypto v1.0.0
121-
github.com/aws/aws-sdk-go-v2 v1.32.5
122-
github.com/aws/aws-sdk-go-v2/config v1.28.5
123-
github.com/aws/aws-sdk-go-v2/credentials v1.17.46
124-
github.com/aws/aws-sdk-go-v2/service/s3 v1.67.1
125-
github.com/aws/smithy-go v1.22.1
126-
github.com/google/uuid v1.6.0
127-
github.com/swaggo/files v1.0.1
128-
github.com/swaggo/gin-swagger v1.6.0
129-
github.com/swaggo/swag v1.16.3
130-
go.etcd.io/etcd/client/v3 v3.5.15
131-
gopkg.in/yaml.v3 v3.0.1
132-
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27k
201201
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
202202
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
203203
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
204-
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
205-
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
204+
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
205+
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
206206
github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=
207207
github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y=
208208
github.com/mkrautz/goar v0.0.0-20150919110319-282caa8bd9da h1:Iu5QFXIMK/YrHJ0NgUnK0rqYTTyb0ldt/rqNenAj39U=

0 commit comments

Comments
 (0)