File: go.mod

package info (click to toggle)
golang-github-niklasfasching-go-org 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 872 kB
  • sloc: sh: 142; makefile: 42
file content (13 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/niklasfasching/go-org

go 1.23.0

toolchain go1.24.2

require (
	github.com/alecthomas/chroma/v2 v2.5.0
	github.com/pmezard/go-difflib v1.0.0
	golang.org/x/net v0.38.0
)

require github.com/dlclark/regexp2 v1.4.0 // indirect