update to go 1.17
This commit is contained in:
parent
b9ebf33e06
commit
2fc606beae
6
go.mod
6
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue