Skip to content

Commit

Permalink
Merge pull request #189 from unistack-org/meter-handler
Browse files Browse the repository at this point in the history
meter/handler: move to go.unistack.org/micro-meter-handler/v3
  • Loading branch information
vtolstov authored Feb 26, 2023
2 parents 742b996 + 2878d0a commit bff40bd
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 559 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ module go.unistack.org/micro/v3
go 1.16

require (
github.com/google/go-cmp v0.5.7 // indirect
github.com/imdario/mergo v0.3.13
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/silas/dag v0.0.0-20211117232152-9d50aa809f35
go.unistack.org/micro-proto/v3 v3.3.1
gopkg.in/yaml.v3 v3.0.1 // indirect
)
154 changes: 2 additions & 152 deletions go.sum

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions meter/generate.go

This file was deleted.

67 changes: 0 additions & 67 deletions meter/handler/handler.go

This file was deleted.

24 changes: 0 additions & 24 deletions meter/handler/handler.proto

This file was deleted.

32 changes: 0 additions & 32 deletions meter/handler/handler_micro.pb.go

This file was deleted.

33 changes: 0 additions & 33 deletions meter/handler/handler_micro_http.pb.go

This file was deleted.

12 changes: 0 additions & 12 deletions server/generate.go

This file was deleted.

82 changes: 0 additions & 82 deletions server/health/health.go

This file was deleted.

50 changes: 0 additions & 50 deletions server/health/health.proto

This file was deleted.

48 changes: 0 additions & 48 deletions server/health/health_micro.pb.go

This file was deleted.

Loading

0 comments on commit bff40bd

Please sign in to comment.