build: update go directive in go.mod to 1.17

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
Eng Zer Jun 2022-01-01 00:16:47 +08:00
parent f2286d48ff
commit 568df2c38d
No known key found for this signature in database
GPG key ID: DAEBBD2E34C111E6
2 changed files with 6 additions and 10 deletions

10
go.mod
View file

@ -1,12 +1,14 @@
module github.com/niklasfasching/go-org
go 1.16
go 1.17
require (
github.com/alecthomas/chroma v0.8.2
github.com/chaseadamsio/goorgeous v2.0.0+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/russross/blackfriday v1.6.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)
require (
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/dlclark/regexp2 v1.2.0 // indirect
)