Skip to content

Commit 5bf262d

Browse files
authored
Merge pull request #67 from qkgo/dependabot/go_modules/golang.org/x/sys-0.1.0
Bump golang.org/x/sys from 0.0.0-20210119212857-b64e53b001e4 to 0.1.0
2 parents 673baf3 + ff42e9f commit 5bf262d

File tree

2 files changed

+54
-91
lines changed

2 files changed

+54
-91
lines changed

go.mod

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,21 @@ require (
2727
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
2828
github.com/sirupsen/logrus v1.8.1
2929
github.com/smallnest/ringbuffer v0.0.0-20210227121335-0a58434b36f2
30-
github.com/stretchr/testify v1.7.0
30+
github.com/stretchr/testify v1.8.0
3131
github.com/swaggo/gin-swagger v1.3.3
32+
go.uber.org/zap v1.24.0
3233
gopkg.in/guregu/null.v3 v3.5.0
3334
gopkg.in/resty.v1 v1.12.0
34-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
35+
gopkg.in/yaml.v3 v3.0.1
36+
xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb
3537
)
3638

3739
require (
3840
github.com/BurntSushi/toml v0.3.1 // indirect
3941
github.com/KyleBanks/depth v1.2.1 // indirect
4042
github.com/PuerkitoBio/purell v1.1.1 // indirect
4143
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
44+
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
4245
github.com/davecgh/go-spew v1.1.1 // indirect
4346
github.com/gin-contrib/sse v0.1.0 // indirect
4447
github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -49,9 +52,9 @@ require (
4952
github.com/go-playground/universal-translator v0.17.0 // indirect
5053
github.com/go-playground/validator/v10 v10.4.1 // indirect
5154
github.com/golang/protobuf v1.3.3 // indirect
52-
github.com/gomodule/redigo v1.8.5 // indirect
5355
github.com/hnakamur/jsonpreprocess v0.0.0-20171017030034-a4e954386171 // indirect
5456
github.com/jinzhu/inflection v1.0.0 // indirect
57+
github.com/jonboulle/clockwork v0.3.0 // indirect
5558
github.com/josharian/intern v1.0.0 // indirect
5659
github.com/leodido/go-urn v1.2.0 // indirect
5760
github.com/lestrrat-go/strftime v1.0.5 // indirect
@@ -60,18 +63,17 @@ require (
6063
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
6164
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
6265
github.com/pmezard/go-difflib v1.0.0 // indirect
63-
github.com/stretchr/objx v0.1.1 // indirect
66+
github.com/satori/go.uuid v1.2.0 // indirect
6467
github.com/swaggo/swag v1.7.4 // indirect
6568
github.com/ugorji/go/codec v1.1.7 // indirect
69+
go.uber.org/atomic v1.7.0 // indirect
70+
go.uber.org/multierr v1.6.0 // indirect
6671
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
6772
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
68-
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
73+
golang.org/x/sys v0.1.0 // indirect
6974
golang.org/x/text v0.3.5 // indirect
7075
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
7176
golang.org/x/tools v0.1.0 // indirect
72-
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
73-
gopkg.in/go-playground/validator.v9 v9.29.1 // indirect
74-
gopkg.in/yaml.v3 v3.0.0 // indirect
77+
gopkg.in/yaml.v2 v2.4.0 // indirect
7578
xorm.io/builder v0.3.6 // indirect
76-
xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb // indirect
7779
)

0 commit comments

Comments
 (0)