update to go 1.17

This commit is contained in:
gari 2021-11-30 15:49:34 +01:00
parent b9ebf33e06
commit 2fc606beae
1 changed files with 3 additions and 3 deletions

6
go.mod
View File

@ -1,9 +1,9 @@
module git.entr0py.de/garionion/murphy
go 1.16
go 1.17
require (
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/karrick/godirwalk v1.16.1
github.com/mehdioa/nlog v0.0.0-20210327090009-d60bf476a16a
github.com/oriser/regroup v0.0.0-20210730155327-fca8d7531263 // indirect
github.com/oriser/regroup v0.0.0-20210730155327-fca8d7531263
)