Skip to content

Commit

Permalink
add go.mod
Browse files Browse the repository at this point in the history
Although the package doesn't have any extra dependency, having `go.mod` would be
good to ensure that the package supports go mod.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Dec 13, 2019
1 parent ac19fd6 commit ed218d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/opencontainers/go-digest

go 1.13

0 comments on commit ed218d0

Please sign in to comment.