Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ramadani committed Sep 23, 2020
1 parent 33c5dc4 commit 3a9a4c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ module github.com/ramadani/titan

go 1.13

replace github.com/ramadani/saturn => ../saturn

require (
github.com/Shopify/sarama v1.27.0 // indirect
github.com/ramadani/saturn v0.1.0
github.com/ramadani/saturn v0.0.0-20200923092557-4d1095c06bd6 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLA
github.com/pierrec/lz4 v2.5.2+incompatible h1:WCjObylUIOlKy/+7Abdn34TLIkXiA4UWUMhxq9m9ZXI=
github.com/pierrec/lz4 v2.5.2+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
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/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 3a9a4c9

Please sign in to comment.