Skip to content

Commit

Permalink
using saturn v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramadani committed Sep 24, 2020
1 parent 3a9a4c9 commit 6a54594
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/ramadani/titan
go 1.13

require (
github.com/Shopify/sarama v1.27.0 // indirect
github.com/ramadani/saturn v0.0.0-20200923092557-4d1095c06bd6 // indirect
github.com/Shopify/sarama v1.27.0
github.com/ramadani/saturn v0.1.0 // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ github.com/pierrec/lz4 v2.5.2+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/ramadani/saturn v0.0.0-20200923092557-4d1095c06bd6 h1:u7gAXU5QemRc2baV+vCTldX8NX98dTDiNBdXlSnbY3Y=
github.com/ramadani/saturn v0.0.0-20200923092557-4d1095c06bd6/go.mod h1:vIu+ZnJbX3CQzIaW1oG3OaZUVoJSJJ57cZLaIu0qw3g=
github.com/ramadani/saturn v0.0.1 h1:l/qHXsLl4JhFGfSlSHL9sr3W0fMhJxaT6DIV78faIAQ=
github.com/ramadani/saturn v0.0.1/go.mod h1:vIu+ZnJbX3CQzIaW1oG3OaZUVoJSJJ57cZLaIu0qw3g=
github.com/ramadani/saturn v0.1.0 h1:Oeziavrv0foq8QSkal/ANtXmFEGCpTMDV/AKtcJXkLg=
github.com/ramadani/saturn v0.1.0/go.mod h1:vIu+ZnJbX3CQzIaW1oG3OaZUVoJSJJ57cZLaIu0qw3g=
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 h1:MkV+77GLUNo5oJ0jf870itWm3D0Sjh7+Za9gazKc5LQ=
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 6a54594

Please sign in to comment.