Skip to content

Commit 05c9de5

Browse files
author
ffffwh
committed
go mod vendor about nats
- no need to custom vendor anymore - #866
1 parent 6b8a90f commit 05c9de5

483 files changed

Lines changed: 109142 additions & 12836 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,17 @@ require (
1515
github.com/go-playground/universal-translator v0.17.0 // indirect
1616
github.com/go-playground/validator v9.31.0+incompatible
1717
github.com/go-sql-driver/mysql v1.6.0
18-
github.com/hashicorp/go-hclog v0.14.1
18+
github.com/hashicorp/go-hclog v1.0.0
1919
github.com/hashicorp/nomad v1.1.2
2020
github.com/hashicorp/nomad/api v0.0.0-20200529203653-c4416b26d3eb
2121
github.com/julienschmidt/httprouter v1.2.0
2222
github.com/labstack/echo/v4 v4.4.0
2323
github.com/leodido/go-urn v1.2.1 // indirect
2424
github.com/mitchellh/mapstructure v1.3.3
2525
github.com/mojocn/base64Captcha v1.3.4
26-
github.com/nats-io/gnatsd v1.4.1 // indirect
2726
github.com/nats-io/go-nats v1.7.2
28-
github.com/nats-io/nats-server/v2 v2.1.6
29-
github.com/nats-io/nats-streaming-server v0.17.0
27+
github.com/nats-io/nats-server/v2 v2.7.0
28+
github.com/nats-io/nats-streaming-server v0.23.2
3029
github.com/outbrain/golib v0.0.0-20180830062331-ab954725f502
3130
github.com/pingcap/dm v0.0.0-00010101000000-000000000000
3231
github.com/pingcap/tidb v1.1.0-beta.0.20211025024448-36e694bfc536
@@ -41,7 +40,7 @@ require (
4140
github.com/swaggo/echo-swagger v1.1.0
4241
github.com/swaggo/swag v1.7.0
4342
github.com/thinkeridea/go-extend v1.3.2
44-
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
43+
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
4544
golang.org/x/text v0.3.7
4645
)
4746

go.sum

Lines changed: 44 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/hashicorp/go-hclog/interceptlogger.go

Lines changed: 31 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)