Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
221 B
Modula-2
11 lines
221 B
Modula-2
module github.com/niklasfasching/go-org
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.5.0
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
golang.org/x/net v0.23.0
|
|
)
|
|
|
|
require github.com/dlclark/regexp2 v1.4.0 // indirect
|