Skip to content

Commit c3b2bcd

Browse files
chore(deps): bump github.com/sirupsen/logrus from 1.7.0 to 1.8.3 in /api
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.3. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.7.0...v1.8.3) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-version: 1.8.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4323ee commit c3b2bcd

File tree

2 files changed

+9
-59
lines changed

2 files changed

+9
-59
lines changed

api/go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,20 @@ require (
1414
github.com/dgrijalva/jwt-go v3.2.0+incompatible
1515
github.com/dustin/go-humanize v1.0.0 // indirect
1616
github.com/evanphx/json-patch/v5 v5.1.0
17-
github.com/gavv/httpexpect/v2 v2.3.1
1817
github.com/getkin/kin-openapi v0.33.0
1918
github.com/gin-contrib/gzip v0.0.3
2019
github.com/gin-contrib/pprof v1.3.0
2120
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
2221
github.com/gin-gonic/gin v1.6.3
22+
github.com/google/uuid v1.2.0 // indirect
23+
github.com/gorilla/websocket v1.4.2 // indirect
2324
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 // indirect
2425
github.com/jonboulle/clockwork v0.2.2 // indirect
25-
github.com/onsi/ginkgo v1.10.1
26-
github.com/onsi/gomega v1.7.0
2726
github.com/prometheus/client_golang v1.8.0 // indirect
2827
github.com/satori/go.uuid v1.2.0
2928
github.com/shiningrush/droplet v0.2.6-0.20210127040147-53817015cd1b
3029
github.com/shiningrush/droplet/wrapper/gin v0.2.1
31-
github.com/sirupsen/logrus v1.7.0 // indirect
30+
github.com/sirupsen/logrus v1.8.3 // indirect
3231
github.com/sony/sonyflake v1.0.0
3332
github.com/spf13/cobra v0.0.3
3433
github.com/spf13/viper v1.8.1
@@ -39,6 +38,8 @@ require (
3938
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
4039
go.etcd.io/etcd v3.3.25+incompatible
4140
go.uber.org/zap v1.17.0
41+
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
42+
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
4243
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
4344
sigs.k8s.io/yaml v1.2.0 // indirect
4445
)

0 commit comments

Comments
 (0)