From 7d5d4e833856be3186e02778d7711dc846521689 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Tue, 25 Aug 2020 22:24:05 -0800 Subject: [PATCH] Fix typo in go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2a1dd2b..c89f039 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/dustinpianalto/rpmparse +module github.com/dustinpianalto/rpnparse go 1.15