Skip to content

Commit

Permalink
Merge branch 'MSP-173' into 'master'
Browse files Browse the repository at this point in the history
Resolve MSP-173

Closes MSP-173

See merge request integration-system/isp-lib!18
  • Loading branch information
Грязнов Денис Владимирович committed Nov 1, 2021
2 parents dd6de1d + e344f59 commit 03f39dd
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 661 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.10.0
* remove isp-event-lib dependency
* remove nats client
### v2.9.0
* backend: add context to grpc signature
* backend: remove excessive checks for func params
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ require (
github.com/integration-system/go-cmp v0.0.0-20190131081942-ac5582987a2f
github.com/integration-system/gowsdl v1.0.0
github.com/integration-system/isp-etp-go/v2 v2.1.3
github.com/integration-system/isp-event-lib v1.6.5
github.com/integration-system/isp-log v1.1.8
github.com/integration-system/jsonschema v1.0.1
github.com/json-iterator/go v1.1.11
github.com/lib/pq v1.10.1
github.com/klauspost/compress v1.13.4 // indirect
github.com/lib/pq v1.10.3
github.com/mitchellh/mapstructure v1.4.1
github.com/modern-go/reflect2 v1.0.1
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/nats-io/nats.go v1.11.0
github.com/nats-io/stan.go v0.8.3
github.com/pkg/errors v0.9.1
github.com/pressly/goose v2.6.0+incompatible
github.com/profefe/profefe v0.0.0-20200307211836-5ab457f7a4d8
Expand All @@ -35,6 +33,8 @@ require (
github.com/swaggo/http-swagger v1.0.0
github.com/swaggo/swag v1.7.0
github.com/valyala/fasthttp v1.24.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.38.0
Expand Down
330 changes: 11 additions & 319 deletions go.sum

Large diffs are not rendered by default.

182 changes: 0 additions & 182 deletions nats/client.go

This file was deleted.

115 changes: 0 additions & 115 deletions nats/rx_client.go

This file was deleted.

32 changes: 0 additions & 32 deletions nats/subscription.go

This file was deleted.

9 changes: 0 additions & 9 deletions structure/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,8 @@ package structure
import (
"encoding/json"
"net"

"github.com/integration-system/isp-event-lib/client/nats"
"github.com/integration-system/isp-event-lib/mq"
)

// DEPRECATED
type RabbitConfig = mq.Config

// DEPRECATED
type NatsConfig = nats.Config

type MetricAddress struct {
AddressConfiguration
Path string `json:"path" schema:"Путь,путь, по которому доступны метрики"`
Expand Down

0 comments on commit 03f39dd

Please sign in to comment.