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 Mar 2, 2021
1 parent f799867 commit bd44518
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// -----------------------------------------------------------------------------
// github.com/balacode/go-delta go-delta/[go.mod]
// (c) balarabe@protonmail.com License: MIT
// -----------------------------------------------------------------------------

module github.com/balacode/go-delta

go 1.16

require github.com/balacode/zr v1.0.0

// end
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/balacode/zr v1.0.0 h1:MCupkEoXvrnCljc4KddiDOhR04ZLUAACgtKuo3o+9vc=
github.com/balacode/zr v1.0.0/go.mod h1:pLeSAL3DhZ9L0JuiRkUtIX3mLOCtzBLnDhfmykbSmkE=

0 comments on commit bd44518

Please sign in to comment.