From a6a8955e2a02d6a9e17f83735ce2f92bfcefdad9 Mon Sep 17 00:00:00 2001 From: Boris Ershov Date: Thu, 22 Jul 2021 23:36:59 +0700 Subject: [PATCH] Changed go.mod --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 115b111..0806b53 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ -module github.com/nixys/nxs-go-redmine/v2 +module github.com/nixys/nxs-go-redmine/v3 go 1.14 require ( github.com/mitchellh/mapstructure v1.3.3 - github.com/nixys/nxs-go-redmine v1.1.0 + github.com/nixys/nxs-go-redmine v1.1.1 ) diff --git a/go.sum b/go.sum index c3f9636..097b27f 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/mitchellh/mapstructure v1.3.3 h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8= github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/nixys/nxs-go-redmine v1.1.0 h1:F0BdmC58XxYPOHK15fdgEjCLVbmTKwXzu6orjf/nsCA= -github.com/nixys/nxs-go-redmine v1.1.0/go.mod h1:4ISpINpYlnqld1NuSa22O2SOJtOm7W1Rcx/0BQhWhZM= +github.com/nixys/nxs-go-redmine v1.1.1 h1:LwG1blbCMw/3TLqGZagWhCnSBaJRPTieKGhyRt/GB9Q= +github.com/nixys/nxs-go-redmine v1.1.1/go.mod h1:4ISpINpYlnqld1NuSa22O2SOJtOm7W1Rcx/0BQhWhZM=