Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
examples-go
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Schmollinger
examples-go
Compare revisions
9f1c890fc85c19c572d6a285142d06618d50af0b to def79f13834b404676b4f79d46c199c3355fa3bf
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
schmolli/examples-go
Select target project
No results found
def79f13834b404676b4f79d46c199c3355fa3bf
Select Git revision
Branches
master
Swap
Target
schmolli/examples-go
Select target project
schmolli/examples-go
1 result
9f1c890fc85c19c572d6a285142d06618d50af0b
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/hello-kafka/go.mod
+1
-1
1 addition, 1 deletion
src/hello-kafka/go.mod
with
1 addition
and
1 deletion
src/hello-kafka/go.mod
View file @
def79f13
module github.com/turngeek/examples-go/src/hello-kafka
go 1.
16
go 1.
20
require github.com/segmentio/kafka-go v0.4.16 // indirect
This diff is collapsed.
Click to expand it.
Prev
1
2
Next