build: update go
directive in go.mod
to 1.17
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
parent
f2286d48ff
commit
568df2c38d
2 changed files with 6 additions and 10 deletions
10
go.mod
10
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue