Added go module stuff

This commit is contained in:
Dustin Sallings 2021-07-22 17:58:59 -07:00
parent 7f1d21d368
commit f00d51cf8c
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module github.com/dustin/go-nntp
go 1.16
require (
github.com/dustin/go-couch v0.0.0-20160816170231-8251128dab73
github.com/dustin/httputil v0.0.0-20170305193905-c47743f54f89 // indirect
)

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/dustin/go-couch v0.0.0-20160816170231-8251128dab73 h1:YKyWSyEhJ3DYKgSpjOXpQgpxD3N+1EfIanJZj1ZEhpM=
github.com/dustin/go-couch v0.0.0-20160816170231-8251128dab73/go.mod h1:WG/TWzFd/MRvOZ4jjna3FQ+K8AKhb2jOw4S2JMw9VKI=
github.com/dustin/httputil v0.0.0-20170305193905-c47743f54f89 h1:A740DRjmFFdm3+GeYVfs4QN/QMOAbMw8KdsZMDhUCjQ=
github.com/dustin/httputil v0.0.0-20170305193905-c47743f54f89/go.mod h1:ZoDWdnxro8Kesk3zrCNOHNFWtajFPSnDMjVEjGjQu/0=