Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GOMOD-31] Use sc-go.io/pkg/jwtclaims instead of s12-utils-go/utils #75

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

alabeduarte
Copy link
Member

@alabeduarte alabeduarte commented Oct 14, 2021

We're extracting out packages originally from s12-utils-go into self-contained packages.

Example Go file was regenerated with the following steps:

$ make s12perm

Which then changed the file protobuf/protoc-gen-s12perm/example/example.perm.pb.go

Comment on lines +6 to +14
github.com/SafetyCulture/s12-apis-go v1.128.45
github.com/SafetyCulture/s12-proto v1.13.1
github.com/SafetyCulture/s12-utils-go v1.23.4
github.com/SafetyCulture/soter-jwt-go v2.0.0+incompatible
github.com/nats-io/jwt v1.2.2
github.com/tj/assert v0.0.3
go.uber.org/zap v1.19.1
google.golang.org/grpc v1.40.0
sc-go.io/pkg/jwtclaims v1.1.4
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't expect these many packages to be added, but I guess this was correct from the generated files. This was added when I ran go get sc-go.io/pkg/jwtclaims followed by go mod tidy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants