Skip to content

Commit

Permalink
fea(module) add Go module support (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl authored Jul 26, 2018
1 parent f7723b0 commit f72545c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module github.com/zegl/goriak

require (
github.com/basho/backoff v0.0.0-20150307023525-2ff7c4694083 // indirect
github.com/basho/riak-go-client v0.0.0-20170327205844-5587c16e0b8b
github.com/golang/protobuf v1.1.0 // indirect
)
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
github.com/basho/backoff v0.0.0-20150307023525-2ff7c4694083 h1:GKs410QTI0WKMlVOHG3C5894qNC+iLT0gKd3llmk8Q4=
github.com/basho/backoff v0.0.0-20150307023525-2ff7c4694083/go.mod h1:LPMmhtk79U7hVIuDjCUSLi5eujsYZhjUYremMNOd7/Y=
github.com/basho/riak-go-client v0.0.0-20170327205844-5587c16e0b8b h1:f0tQ8Qe56AQUC6S6KLA4O/WKktzOkE0WOVXoYG+1iuE=
github.com/basho/riak-go-client v0.0.0-20170327205844-5587c16e0b8b/go.mod h1:/kA2cT67OJUBL2iod0m2oK9iIOzp++uogoqJRLWFeCo=
github.com/basho/riak-go-client v1.7.0 h1:tswHqvworxn0sGV8lL4HiPjrwWUqdhlsLbtXscUTbKo=
github.com/basho/riak-go-client v1.7.0/go.mod h1:/kA2cT67OJUBL2iod0m2oK9iIOzp++uogoqJRLWFeCo=
github.com/golang/protobuf v1.1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc=
github.com/golang/protobuf v1.1.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=

0 comments on commit f72545c

Please sign in to comment.