Skip to content

Commit

Permalink
Changed go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
borisershov committed Jul 22, 2021
1 parent 3afd2fa commit a6a8955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit a6a8955

Please sign in to comment.