Skip to content

Commit

Permalink
fix(all): fix go.mod imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Jul 13, 2023
1 parent cc11c91 commit e1e9cfd
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This repo contains plugins for [github.com/go-orb/go-orb](https://github.com/go-

This project is a work in progress, please do not use yet!

## Development

### Quirks

#### github.com/go-orb/go-orb is not allowed to import plugins from here

To prevent import cycles it's not allowed to import in github.com/go-orb/go-orb plugins from here.

## Authors

- [David Brouwer](https://github.com/Davincible/)
Expand Down
2 changes: 1 addition & 1 deletion registry/consul/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-orb/plugins/registry/consul
go 1.20

require (
github.com/go-orb/go-orb v0.0.0-20230711233331-5357e6329daa-20230711233331-5357e6329daa
github.com/go-orb/go-orb v0.0.0-20230711233331-5357e6329daa
github.com/go-orb/plugins/log/text v0.0.0-20230713091520-67e7b5a34489
github.com/go-orb/plugins/registry/regutil v0.0.0-20230713091520-67e7b5a34489
github.com/go-orb/plugins/registry/tests v0.0.0-20230713091520-67e7b5a34489
Expand Down
8 changes: 8 additions & 0 deletions registry/consul/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk=
github.com/go-orb/go-orb v0.0.0-20230711233331-5357e6329daa h1:j1HTUWXNFSxgePXbQSpvIuuSppTtbxh37/ki5GPnDTs=
github.com/go-orb/go-orb v0.0.0-20230711233331-5357e6329daa/go.mod h1:0bGLTR4f9fNqnJcATma3+3e+HcGbnr4dmrZt8OGPG3s=
github.com/go-orb/plugins/log/text v0.0.0-20230713091520-67e7b5a34489 h1:sPlZoAqMzNoB7lkEUmJIb4MwN5eukX54icO778qXtTM=
github.com/go-orb/plugins/log/text v0.0.0-20230713091520-67e7b5a34489/go.mod h1:xNbIIfswu4gWZlo7FEvjAEKWLfZW2xAh5Dud+p8XSTw=
github.com/go-orb/plugins/registry/regutil v0.0.0-20230713091520-67e7b5a34489 h1:1LkvKj62g4mlXdOXeWBRL+lDv+N2fQK2v6QJKg0P3e4=
github.com/go-orb/plugins/registry/regutil v0.0.0-20230713091520-67e7b5a34489/go.mod h1:ZEZYDb3yg+UXZyXEhKMcjJ9rW0Ae83/T4AbMK2/DhXI=
github.com/go-orb/plugins/registry/tests v0.0.0-20230713091520-67e7b5a34489 h1:09PWHl0w0G2MphOzBOFlf9bNOiCgCqgDzqUOMWqMEXk=
github.com/go-orb/plugins/registry/tests v0.0.0-20230713091520-67e7b5a34489/go.mod h1:coFDlNQJ1wBbjuVLAMFp+XeqvSX4/+1m8hlXegffPaU=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
Expand Down
2 changes: 1 addition & 1 deletion registry/regutil/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/go-orb/plugins/registry/regutil

go 1.20

require github.com/go-orb/go-orb v0.0.0-20230711233331-5357e6329daa-20230711233331-5357e6329daa
require github.com/go-orb/go-orb v0.0.0-20230711233331-5357e6329daa

require golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb // indirect
2 changes: 2 additions & 0 deletions registry/regutil/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/go-orb/go-orb v0.0.0-20230711233331-5357e6329daa h1:j1HTUWXNFSxgePXbQSpvIuuSppTtbxh37/ki5GPnDTs=
github.com/go-orb/go-orb v0.0.0-20230711233331-5357e6329daa/go.mod h1:0bGLTR4f9fNqnJcATma3+3e+HcGbnr4dmrZt8OGPG3s=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb h1:xIApU0ow1zwMa2uL1VDNeQlNVFTWMQxZUZCMDy0Q4Us=
Expand Down
2 changes: 1 addition & 1 deletion server/http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-orb/plugins/codecs/form v0.0.0-20230713091520-67e7b5a34489
github.com/go-orb/plugins/codecs/json v0.0.0-20230713091520-67e7b5a34489
github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20230713091520-67e7b5a34489
github.com/go-orb/plugins/codecs/proto v0.0.0
github.com/go-orb/plugins/codecs/proto v0.0.0-20230713091520-67e7b5a34489
github.com/go-orb/plugins/codecs/yaml v0.0.0-20230713091520-67e7b5a34489
github.com/go-orb/plugins/config/source/file v0.0.0-20230713091520-67e7b5a34489
github.com/go-orb/plugins/log/text v0.0.0-20230713091520-67e7b5a34489
Expand Down

0 comments on commit e1e9cfd

Please sign in to comment.