diff options
-rw-r--r-- | cnpreq.go | 2 | ||||
-rw-r--r-- | go.mod | 5 | ||||
-rw-r--r-- | go.sum | 2 |
3 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -package main +package main // import "contnet.org/util/cnp-req" import ( "bytes" @@ -0,0 +1,5 @@ +module contnet.org/util/cnp-req + +go 1.12 + +require contnet.org/lib/cnp-go v0.2.0 @@ -0,0 +1,2 @@ +contnet.org/lib/cnp-go v0.2.0 h1:hKzFwR7BRZdU6MrLzb3P76pIRuI2u1b6IiSg7voP7w8= +contnet.org/lib/cnp-go v0.2.0/go.mod h1:gXG8x1iRjObzAJxRWlv1YrYiuCutye7SS+X9VArmxNA= |