Skip to content

Commit

Permalink
add Go module files
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Jun 29, 2021
1 parent 9240e18 commit 5b88a8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/DCSO/bloom

go 1.15

require gopkg.in/urfave/cli.v1 v1.20.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gopkg.in/urfave/cli.v1 v1.20.0 h1:NdAVW6RYxDif9DhDHaAortIu956m2c0v+09AZBPTbE0=
gopkg.in/urfave/cli.v1 v1.20.0/go.mod h1:vuBzUtMdQeixQj8LVd+/98pzhxNGQoyuPBlsXHOQNO0=

0 comments on commit 5b88a8a

Please sign in to comment.