Browse Source

Update go.mod

Ugorji Nwoke 6 years ago
parent
commit
1122792c76
1 changed files with 4 additions and 0 deletions
  1. 4 0
      go.mod

+ 4 - 0
go.mod

@@ -1 +1,5 @@
 module github.com/ugorji/go
+
+require (
+	github.com/ugorji/go/codec v1.1.5-pre
+)