diff options
author | clsr <clsr@clsr.net> | 2021-02-05 08:19:56 +0000 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2021-02-05 08:19:56 +0000 |
commit | 7108ef91944fb91f162704cb4f65c5dd42ea03f7 (patch) | |
tree | baaf8177c46514b8a4f24f7099e7deaed9efedf4 | |
parent | 13dc042467221b5daa29411f6b11119d05ae07ff (diff) | |
download | cnp-req-master.tar.gz cnp-req-master.zip |
-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= |