瀏覽代碼

updating go.mod releases to v1.1.7

Ugorji Nwoke 6 年之前
父節點
當前提交
23ab95ef5d
共有 3 個文件被更改,包括 13 次插入1 次删除
  1. 5 0
      codec/codecgen/go.mod
  2. 5 0
      codec/go.mod
  3. 3 1
      go.mod

+ 5 - 0
codec/codecgen/go.mod

@@ -0,0 +1,5 @@
+module github.com/ugorji/go/codec/codecgen
+
+require (
+github.com/ugorji/go/codec v1.1.7
+)

+ 5 - 0
codec/go.mod

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

+ 3 - 1
go.mod

@@ -1,3 +1,5 @@
 module github.com/ugorji/go
 module github.com/ugorji/go
 
 
-go 1.6
+require (
+github.com/ugorji/go/codec v1.1.7
+)