Skip to content

Commit

Permalink
Create go.mod and go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
balacode committed Feb 24, 2021
1 parent b600c32 commit 069ad7e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// cmdx/[go.mod]

module github.com/balacode/cmdx

require github.com/balacode/zr v1.0.0

require github.com/balacode/zr-fs v1.0.0

replace github.com/balacode/go-rgon v0.0.0 => ../go-rgon

go 1.16

// end
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/balacode/zr v1.0.0 h1:MCupkEoXvrnCljc4KddiDOhR04ZLUAACgtKuo3o+9vc=
github.com/balacode/zr v1.0.0/go.mod h1:pLeSAL3DhZ9L0JuiRkUtIX3mLOCtzBLnDhfmykbSmkE=
github.com/balacode/zr-fs v1.0.0 h1:sBOfrrz1TLyA/xWvNVguuHMBNJVh/vrwPFruqi64m4M=
github.com/balacode/zr-fs v1.0.0/go.mod h1:qfK2POV7sj9mIn8odfwJ4Ibm+KejkQ/bbb6252Wk7v8=

0 comments on commit 069ad7e

Please sign in to comment.